45 lines
1.3 KiB
JSON
45 lines
1.3 KiB
JSON
{
|
|
"name": "libredirect",
|
|
"description": "Redirects YouTube, Twitter, Instagram and more to privacy friendly frontends.",
|
|
"engines": {
|
|
"node": ">=16.13.1",
|
|
"npm": ">=8.1.2"
|
|
},
|
|
"scripts": {
|
|
"start": "web-ext run",
|
|
"build": "web-ext build",
|
|
"test": "web-ext lint",
|
|
"instances": "python3 src/instances/get_instances.py && git update-index --assume-unchanged src/instances/blacklist.json src/instances/data.json",
|
|
"pug": "pug --pretty --basedir ./ --obj ./src/config.json src/pages/options/index.pug --out src/pages/options/ && pug --pretty --basedir ./ --obj ./src/config.json src/pages/popup/popup.pug --out src/pages/popup/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://codeberg.org/LibRedirect/LibRedirect.git"
|
|
},
|
|
"author": "LibRedirect",
|
|
"license": "GPL-3.0-only",
|
|
"bugs": {
|
|
"url": "https://codeberg.org/LibRedirect/LibRedirect/issues"
|
|
},
|
|
"homepage": "https://libredirect.github.io",
|
|
"devDependencies": {
|
|
"web-ext": "^7.2.0"
|
|
},
|
|
"webExt": {
|
|
"ignoreFiles": [
|
|
"instances/get_instances.py",
|
|
"instances/beatbump.json",
|
|
"instances/bibliogram.json",
|
|
"instances/cloudtube.json",
|
|
"instances/facil.json",
|
|
"instances/neuters.json"
|
|
],
|
|
"sourceDir": "./src/",
|
|
"run": {
|
|
"browserConsole": true
|
|
},
|
|
"build": {
|
|
"overwriteDest": true
|
|
}
|
|
}
|
|
} |