{ "name": "stream-bypass", "version": "2.1.7", "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": "^24.1.0", "@rollup/plugin-node-resolve": "^15.0.2", "@rollup/plugin-replace": "^5.0.2", "@rollup/plugin-typescript": "^11.1.0", "@types/chrome": "^0.0.234", "@types/node-sass": "^4.11.2", "@types/yazl": "^2.4.2", "@typescript-eslint/eslint-plugin": "^5.27.1", "@typescript-eslint/parser": "^5.27.1", "eslint": "^8.17.0", "hls.js": "^1.1.5", "rollup": "^3.21.0", "sass": "^1.62.1", "tippy.js": "^6.3.7", "typescript": "^5.0.4", "web-ext": "^7.0.0" } }