{ "name": "stream-bypass", "version": "4.0.1", "displayName": "Stream Bypass", "author": "bytedream", "description": "Multi-browser addon for multiple streaming providers which redirects directly to the source video", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/bytedream/stream-bypass.git" }, "bugs": { "url": "https://github.com/bytedream/stream-bypass/issues" }, "type": "module", "scripts": { "dev": "wxt", "dev:firefox": "wxt -b firefox", "build": "wxt build", "build:firefox": "wxt build -b firefox", "zip": "wxt zip", "zip:firefox": "wxt zip -b firefox", "check": "svelte-check --tsconfig ./tsconfig.json", "postinstall": "wxt prepare", "format": "prettier --write .", "lint": "prettier --check . && eslint ." }, "devDependencies": { "@eslint/compat": "^2.0.1", "@ianvs/prettier-plugin-sort-imports": "^4.7.0", "@steeze-ui/heroicons": "^2.4.2", "@steeze-ui/svelte-icon": "^1.6.2", "@sveltejs/vite-plugin-svelte": "^6.2.4", "@tailwindcss/vite": "^4.1.18", "@tsconfig/svelte": "^5.0.6", "@wxt-dev/module-svelte": "^2.0.4", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-svelte": "^3.14.0", "hls.js": "^1.6.15", "prettier": "^3.7.4", "prettier-plugin-svelte": "^3.4.1", "sass": "^1.97.2", "svelte": "^5.46.1", "svelte-check": "^4.3.5", "tailwindcss": "^4.1.18", "tslib": "^2.8.1", "typescript": "^5.9.3", "typescript-eslint": "^8.52.0", "vite": "^7.3.1", "web-ext": "^9.2.0", "wxt": "^0.20.13" } }