{ "name": "ttv-lol-pro", "version": "2.4.0", "description": "TTV LOL PRO removes most livestream ads from Twitch.", "@parcel/bundler-default": { "minBundles": 10000000, "minBundleSize": 3000, "maxParallelRequests": 20 }, "targets": { "webext-dev": { "sourceMap": { "inline": true, "inlineSources": true } }, "webext-prod": {} }, "browserslist": "> 0.5%, last 2 versions, not dead", "scripts": { "predev:firefox": "npm run clean && shx cp src/manifest.firefox.json src/manifest.json", "predev:chromium": "npm run clean && shx cp src/manifest.chromium.json src/manifest.json", "dev:firefox": "parcel src/manifest.json --host localhost --target webext-dev --no-hmr", "dev:chromium": "parcel src/manifest.json --host localhost --target webext-dev --no-hmr", "lint": "prettier --check .", "lint:fix": "prettier --write .", "type-check": "tsc --noEmit", "prebuild:firefox": "npm run clean && shx cp src/manifest.firefox.json src/manifest.json", "prebuild:chromium": "npm run clean && shx cp src/manifest.chromium.json src/manifest.json", "build:firefox": "parcel build src/manifest.json --target webext-prod --no-source-maps", "build:chromium": "parcel build src/manifest.json --target webext-prod --no-source-maps", "clean": "shx rm -rf .parcel-cache ; shx rm -rf dist ; shx --silent rm src/manifest.json ; exit 0" }, "keywords": [ "twitch", "web-extension", "adblocker" ], "author": "Younes Aassila (https://github.com/younesaassila)", "contributors": [ "Marc Gómez (https://github.com/zGato)" ], "license": "GPL-3.0", "dependencies": { "bowser": "^2.11.0", "ip-address": "^10.0.1", "m3u8-parser": "^7.2.0" }, "devDependencies": { "@parcel/config-webextension": "^2.13.3", "@types/chrome": "^0.0.304", "@types/node": "^22.13.2", "@types/webextension-polyfill": "^0.12.1", "buffer": "^6.0.3", "parcel": "^2.13.3", "prettier": "2.8.8", "prettier-plugin-css-order": "^1.3.1", "prettier-plugin-organize-imports": "^3.2.4", "shx": "^0.3.4", "svgo": "^3.3.2", "typescript": "^5.7.3", "webextension-polyfill": "^0.12.0" }, "private": true }