2021-01-11 07:46:00 +01:00
|
|
|
{
|
2024-07-21 20:22:09 +02:00
|
|
|
"name": "libredirect",
|
2024-07-24 11:20:49 +02:00
|
|
|
"type": "module",
|
2024-07-21 20:22:09 +02:00
|
|
|
"description": "Redirects YouTube, Twitter, TikTok and more to privacy friendly frontends.",
|
|
|
|
"engines": {
|
2024-07-25 14:17:57 +02:00
|
|
|
"node": ">=18.20.4",
|
|
|
|
"npm": ">=10.7.0"
|
2024-07-21 20:22:09 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "web-ext run",
|
|
|
|
"nightly": "web-ext run --firefox=/home/esmail/software/firefox_nightly/firefox",
|
2024-07-26 22:53:31 +02:00
|
|
|
"start_ar": "web-ext run --firefox=/home/esmail/software/firefox_ar/firefox",
|
2024-07-26 16:39:22 +02:00
|
|
|
"android": "web-ext run -t firefox-android --adb-device emulator-5554 --firefox-apk org.mozilla.fenix ",
|
2024-07-21 20:22:09 +02:00
|
|
|
"build": "web-ext build",
|
|
|
|
"test": "web-ext lint",
|
2024-07-25 14:17:57 +02:00
|
|
|
"html": "rollup -c --config-popup && rollup -c --config-options"
|
2024-07-21 20:22:09 +02:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/libredirect/libredirect.git"
|
|
|
|
},
|
|
|
|
"author": "LibRedirect",
|
|
|
|
"license": "GPL-3.0-only",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/libredirect/libredirect/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://libredirect.github.io",
|
|
|
|
"devDependencies": {
|
2024-07-25 14:17:57 +02:00
|
|
|
"prettier": "3.3.3"
|
2024-07-21 20:22:09 +02:00
|
|
|
},
|
|
|
|
"webExt": {
|
|
|
|
"sourceDir": "./src/",
|
|
|
|
"run": {
|
|
|
|
"browserConsole": true
|
|
|
|
},
|
|
|
|
"build": {
|
|
|
|
"overwriteDest": true
|
|
|
|
}
|
2024-07-24 15:37:15 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-25 14:17:57 +02:00
|
|
|
"svelte-select": "^5.8.3",
|
|
|
|
"pug-cli": "^1.0.0-alpha6",
|
|
|
|
"rollup": "^3.15.0",
|
|
|
|
"rollup-plugin-css-only": "^4.3.0",
|
|
|
|
"rollup-plugin-svelte": "^7.1.2",
|
|
|
|
"svelte": "^3.55.0",
|
|
|
|
"web-ext": "^7.2.0",
|
|
|
|
"@rollup/plugin-commonjs": "^24.0.0",
|
|
|
|
"@rollup/plugin-node-resolve": "^15.0.0",
|
|
|
|
"@rollup/plugin-terser": "^0.4.0"
|
2024-07-21 20:22:09 +02:00
|
|
|
}
|
2023-11-19 15:42:01 +01:00
|
|
|
}
|