Files
stream-bypass/package.json
T
2026-07-10 16:23:16 +02:00

55 lines
1.5 KiB
JSON

{
"name": "stream-bypass",
"version": "5.0.0",
"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",
"postinstall": "wxt prepare",
"format": "prettier --write .",
"lint": "prettier --check . && eslint . && svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@eslint/compat": "^2.1.0",
"@eslint/js": "^10.0.1",
"@ianvs/prettier-plugin-sort-imports": "^4.7.1",
"@steeze-ui/heroicons": "^2.4.2",
"@steeze-ui/svelte-icon": "^1.6.2",
"@sveltejs/vite-plugin-svelte": "^7.2.0",
"@tailwindcss/vite": "^4.3.2",
"@tsconfig/svelte": "^5.0.8",
"@wxt-dev/module-svelte": "^2.0.5",
"eslint": "^10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.20.0",
"hls.js": "^1.6.16",
"prettier": "^3.9.4",
"prettier-plugin-svelte": "^4.1.1",
"sass": "^1.101.0",
"svelte": "^5.56.4",
"svelte-check": "^4.7.2",
"tailwindcss": "^4.3.2",
"tslib": "^2.8.1",
"typescript": "^6.0.3",
"typescript-eslint": "^8.63.0",
"vite": "^8.1.4",
"web-ext": "^10.4.0",
"wxt": "^0.20.27"
}
}