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": {
|
2022-02-15 18:45:01 +01:00
|
|
|
"node": ">=16.13.1",
|
|
|
|
"npm": ">=8.1.2"
|
2021-01-11 07:46:00 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-02-15 18:45:01 +01:00
|
|
|
"start": "web-ext run --browser-console --source-dir ./src/",
|
2021-01-11 07:46:00 +01:00
|
|
|
"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-03-10 17:41:00 +01:00
|
|
|
"homepage": "https://github.com/LibRedirect/LibRedirect",
|
2021-01-11 07:46:00 +01:00
|
|
|
"devDependencies": {
|
2022-02-15 18:45:01 +01:00
|
|
|
"web-ext": "^6.7.0"
|
2022-02-26 19:28:30 +01:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"buffer": "^6.0.3"
|
2021-01-11 07:46:00 +01:00
|
|
|
}
|
|
|
|
}
|