libredirect/package.json

30 lines
802 B
JSON
Raw Normal View History

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