2021-01-11 07:46:00 +01:00
|
|
|
{
|
2022-01-27 22:23:47 +01:00
|
|
|
"name": "libredirect",
|
|
|
|
"description": "Redirects YouTube, Twitter, Instagram and more to privacy friendly frontends.",
|
2021-01-11 07:46:00 +01:00
|
|
|
"engines": {
|
|
|
|
"node": ">=10.0.0",
|
|
|
|
"npm": ">=5.6.0"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "web-ext build --overwrite-dest --source-dir ./src/",
|
|
|
|
"test": "web-ext lint --source-dir ./src/ || true"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-01-26 08:55:02 +01:00
|
|
|
"url": "git+https://github.com/LibRedirect/LibRedirect.git"
|
2021-01-11 07:46:00 +01:00
|
|
|
},
|
2022-01-26 08:55:02 +01:00
|
|
|
"author": "LibRedirect",
|
2021-04-16 02:45:15 +02:00
|
|
|
"license": "GPL-3.0-only",
|
2021-01-11 07:46:00 +01:00
|
|
|
"bugs": {
|
2022-01-26 08:55:02 +01:00
|
|
|
"url": "https://github.com/LibRedirect/LibRedirect/issues"
|
2021-01-11 07:46:00 +01:00
|
|
|
},
|
2022-01-26 08:55:02 +01:00
|
|
|
"homepage": "https://github.com/LibRedirect/LibRedirect#readme",
|
2021-01-11 07:46:00 +01:00
|
|
|
"devDependencies": {
|
2021-07-10 01:47:41 +02:00
|
|
|
"web-ext": "^6.2.0"
|
2021-01-11 07:46:00 +01:00
|
|
|
}
|
|
|
|
}
|