mirror of
https://github.com/bytedream/stream-bypass.git
synced 2025-05-09 20:25:14 +02:00
42 lines
1.4 KiB
JSON
42 lines
1.4 KiB
JSON
{
|
|
"name": "stream-bypass",
|
|
"version": "2.1.4",
|
|
"description": "Multi-browser addon for multiple streaming providers which redirects directly to the source video",
|
|
"main": "src/index.ts",
|
|
"scripts": {
|
|
"build": "node tasks/build.ts",
|
|
"bundle": "node tasks/build.ts && web-ext build -s build -a dist -o",
|
|
"bundle:all": "node tasks/build.ts && web-ext build -s build -a dist -o && web-ext sign -s build -a dist",
|
|
"check": "web-ext lint -s build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ByteDream/stream-bypass.git"
|
|
},
|
|
"author": "ByteDream",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/ByteDream/stream-bypass/issues"
|
|
},
|
|
"homepage": "https://github.com/ByteDream/stream-bypass#readme",
|
|
"devDependencies": {
|
|
"@rollup/plugin-commonjs": "^22.0.0",
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"@rollup/plugin-replace": "^4.0.0",
|
|
"@rollup/plugin-typescript": "^8.3.3",
|
|
"@typescript-eslint/eslint-plugin": "^5.27.1",
|
|
"@typescript-eslint/parser": "^5.27.1",
|
|
"@types/chrome": "^0.0.190",
|
|
"@types/node-sass": "^4.11.2",
|
|
"@types/yazl": "^2.4.2",
|
|
"eslint": "^8.17.0",
|
|
"hls.js": "^1.1.5",
|
|
"node-sass": "^7.0.1",
|
|
"node-sass-package-importer": "^5.3.2",
|
|
"rollup": "^2.75.6",
|
|
"tippy.js": "^6.3.7",
|
|
"typescript": "^4.7.3",
|
|
"web-ext": "^7.0.0"
|
|
}
|
|
}
|