{ "name": "stream-bypass", "version": "3.0.1", "displayName": "Stream Bypass", "author": "ByteDream", "description": "Multi-browser addon for multiple streaming providers which redirects directly to the source video", "scripts": { "build": "vite build", "watch": "vite build --watch --mode development --minify false", "dev": "vite", "serve:firefox": "web-ext run --start-url \"about:debugging#/runtime/this-firefox\" --source-dir ./dist/", "serve:chrome": "web-ext run -t chromium --start-url \"https://example.com\" --source-dir ./dist/", "check": "svelte-check --tsconfig ./tsconfig.json", "lint": "prettier --check --plugin prettier-plugin-svelte . && eslint .", "format": "prettier --write --plugin prettier-plugin-svelte .", "release:firefox": "MANIFEST_VERSION=2 vite build --outDir release/firefox", "release:chrome": "MANIFEST_VERSION=3 vite build --outDir release/chrome" }, "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ByteDream/stream-bypass.git" }, "bugs": { "url": "https://github.com/ByteDream/stream-bypass/issues" }, "devDependencies": { "@samrum/vite-plugin-web-extension": "^5.1.0", "@sveltejs/vite-plugin-svelte": "^2.5.3", "@tsconfig/svelte": "^5.0.4", "@types/chrome": "^0.0.268", "@typescript-eslint/eslint-plugin": "^7.9.0", "@typescript-eslint/parser": "^7.9.0", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-svelte": "^2.39.0", "hls.js": "^1.5.8", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.2.3", "sass": "^1.77.2", "svelte": "^4.2.17", "svelte-check": "^3.7.1", "svelte-preprocess": "^5.1.4", "tslib": "^2.6.2", "typescript": "^5.4.5", "vite": "^4.5.3", "web-ext": "^7.11.0" }, "type": "module" }