mirror of
https://github.com/younesaassila/ttv-lol-pro.git
synced 2025-04-29 22:14:27 +02:00
39 lines
965 B
JSON
39 lines
965 B
JSON
{
|
|
"name": "ttv-lol",
|
|
"version": "1.0.0-younesaassila",
|
|
"description": "TTV LOL removes livestream ads from twitch.tv",
|
|
"targets": {
|
|
"webext-dev": {
|
|
"sourceMap": {
|
|
"inline": true,
|
|
"inlineSources": true
|
|
}
|
|
},
|
|
"webext-prod": {}
|
|
},
|
|
"scripts": {
|
|
"dev": "parcel src/manifest.json --host localhost --target webext-dev",
|
|
"lint": "prettier --write ./src",
|
|
"build": "parcel build src/manifest.json --target webext-prod"
|
|
},
|
|
"keywords": [
|
|
"twitch",
|
|
"web-extension",
|
|
"adblocker"
|
|
],
|
|
"author": "TTV-LOL (https://github.com/TTV-LOL)",
|
|
"contributors": [
|
|
"Younes Aassila (https://github.com/younesaassila)"
|
|
],
|
|
"license": "UNLICENSED",
|
|
"devDependencies": {
|
|
"@parcel/config-webextension": "^2.5.0",
|
|
"@types/webextension-polyfill": "^0.8.3",
|
|
"parcel": "^2.5.0",
|
|
"prettier": "^2.6.2",
|
|
"typescript": "^4.6.4",
|
|
"webextension-polyfill": "^0.9.0"
|
|
},
|
|
"private": true
|
|
}
|