mirror of
https://github.com/younesaassila/ttv-lol-pro.git
synced 2025-04-29 22:14:27 +02:00
52 lines
1.3 KiB
JSON
52 lines
1.3 KiB
JSON
{
|
|
"name": "ttv-lol-pro",
|
|
"version": "1.3.1",
|
|
"description": "TTV LOL PRO removes 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": {
|
|
"dev": "parcel src/manifest.json --host localhost --target webext-dev --no-hmr",
|
|
"lint": "prettier --check ./src",
|
|
"lint:fix": "prettier --write ./src",
|
|
"build": "parcel build src/manifest.json --target webext-prod --no-content-hash"
|
|
},
|
|
"keywords": [
|
|
"twitch",
|
|
"web-extension",
|
|
"adblocker"
|
|
],
|
|
"author": "TTV-LOL (https://github.com/TTV-LOL)",
|
|
"contributors": [
|
|
"Younes Aassila (https://github.com/younesaassila)"
|
|
],
|
|
"license": "GPL-3.0",
|
|
"dependencies": {
|
|
"private-ip": "^2.3.4"
|
|
},
|
|
"devDependencies": {
|
|
"@parcel/config-webextension": "^2.8.0",
|
|
"@types/webextension-polyfill": "^0.9.1",
|
|
"parcel": "^2.8.0",
|
|
"postcss": "^8.4.19",
|
|
"prettier": "^2.8.0",
|
|
"prettier-plugin-css-order": "^1.3.0",
|
|
"prettier-plugin-organize-imports": "^3.2.1",
|
|
"typescript": "^4.9.3",
|
|
"webextension-polyfill": "^0.10.0"
|
|
},
|
|
"private": true
|
|
}
|