diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/package.json b/package.json index ade219b1..5afbf163 100644 --- a/package.json +++ b/package.json @@ -1,40 +1,31 @@ { "name": "libredirect", - "description": "Redirects YouTube, Twitter, Instagram and more to privacy friendly frontends.", + "description": "Redirects YouTube, Twitter, TikTok and more to privacy friendly frontends.", "engines": { "node": ">=16.13.1", "npm": ">=8.1.2" }, "scripts": { "start": "web-ext run", + "start_ar": "web-ext run --firefox=/home/esmail/Downloads/ar/firefox/firefox --pref font.language.group=ar", "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", - "ejs": "ejs src/pages/options/index.ejs -f src/config/config.json -o src/pages/options/index.html && ejs src/pages/popup/popup.ejs -f src/config/config.json -o src/pages/popup/popup.html" + "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" + "url": "git+https://github.com/libredirect/libredirect.git" }, "author": "LibRedirect", "license": "GPL-3.0-only", "bugs": { - "url": "https://codeberg.org/LibRedirect/LibRedirect/issues" + "url": "https://github.com/libredirect/libredirect/issues" }, - "homepage": "https://libredirect.codeberg.page", + "homepage": "https://libredirect.github.io", "devDependencies": { - "ejs": "^3.1.8", "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 @@ -43,4 +34,4 @@ "overwriteDest": true } } -} +} \ No newline at end of file |