2021-01-11 07:46:00 +01:00
|
|
|
{
|
2022-07-26 23:28:50 +02:00
|
|
|
"name": "libredirect",
|
2023-01-18 16:17:43 +01:00
|
|
|
"description": "Redirects YouTube, Twitter, TikTok and more to privacy friendly frontends.",
|
2022-07-26 23:28:50 +02:00
|
|
|
"engines": {
|
|
|
|
"node": ">=16.13.1",
|
|
|
|
"npm": ">=8.1.2"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2023-02-01 10:22:15 +01:00
|
|
|
"start": "web-ext run",
|
2023-01-30 13:46:10 +01:00
|
|
|
"start_ar": "web-ext run --firefox=/home/esmail/Downloads/ar/firefox/firefox --pref font.language.group=ar",
|
2022-10-22 23:30:35 +02:00
|
|
|
"build": "web-ext build",
|
|
|
|
"test": "web-ext lint",
|
2022-12-31 10:37:23 +01:00
|
|
|
"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/"
|
2022-07-26 23:28:50 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2023-01-19 18:32:32 +01:00
|
|
|
"url": "git+https://github.com/libredirect/libredirect.git"
|
2022-07-26 23:28:50 +02:00
|
|
|
},
|
|
|
|
"author": "LibRedirect",
|
|
|
|
"license": "GPL-3.0-only",
|
|
|
|
"bugs": {
|
2023-01-19 18:32:32 +01:00
|
|
|
"url": "https://github.com/libredirect/libredirect/issues"
|
2022-07-26 23:28:50 +02:00
|
|
|
},
|
2022-12-31 09:01:50 +01:00
|
|
|
"homepage": "https://libredirect.github.io",
|
2022-07-26 23:28:50 +02:00
|
|
|
"devDependencies": {
|
2022-09-29 19:32:03 +02:00
|
|
|
"web-ext": "^7.2.0"
|
2022-07-26 23:28:50 +02:00
|
|
|
},
|
2022-10-25 21:54:31 +02:00
|
|
|
"webExt": {
|
|
|
|
"sourceDir": "./src/",
|
|
|
|
"run": {
|
|
|
|
"browserConsole": true
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"overwriteDest": true
|
|
|
|
}
|
2022-07-26 23:28:50 +02:00
|
|
|
}
|
2022-12-31 09:01:50 +01:00
|
|
|
}
|