2021-01-11 17:46:00 +11:00
|
|
|
{
|
2022-01-28 00:23:47 +03:00
|
|
|
"name": "libredirect",
|
|
|
|
"description": "Redirects YouTube, Twitter, Instagram and more to privacy friendly frontends.",
|
2021-01-11 17:46:00 +11:00
|
|
|
"engines": {
|
2022-02-15 20:45:01 +03:00
|
|
|
"node": ">=16.13.1",
|
|
|
|
"npm": ">=8.1.2"
|
2021-01-11 17:46:00 +11:00
|
|
|
},
|
|
|
|
"scripts": {
|
2022-04-03 13:55:54 +03:00
|
|
|
"start": "web-ext run --browser-console --source-dir ./src/",
|
2021-01-11 17:46:00 +11: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 17:46:00 +11:00
|
|
|
},
|
2022-01-26 08:55:02 +01:00
|
|
|
"author": "LibRedirect",
|
2021-04-16 10:45:15 +10:00
|
|
|
"license": "GPL-3.0-only",
|
2021-01-11 17:46:00 +11:00
|
|
|
"bugs": {
|
2022-01-26 08:55:02 +01:00
|
|
|
"url": "https://github.com/LibRedirect/LibRedirect/issues"
|
2021-01-11 17:46:00 +11:00
|
|
|
},
|
2022-03-10 19:41:00 +03:00
|
|
|
"homepage": "https://github.com/LibRedirect/LibRedirect",
|
2021-01-11 17:46:00 +11:00
|
|
|
"devDependencies": {
|
2022-02-15 20:45:01 +03:00
|
|
|
"web-ext": "^6.7.0"
|
2022-02-26 21:28:30 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"buffer": "^6.0.3"
|
2021-01-11 17:46:00 +11:00
|
|
|
}
|
2022-05-30 01:02:59 +03:00
|
|
|
}
|