{
  "name": "stream-bypass",
  "version": "2.0.0",
  "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 && node tasks/bundle.ts"
  },
  "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",
    "yazl": "^2.5.1"
  }
}