mirror of
https://gitea.invidious.io/iv-org/invidious-redirect.git
synced 2024-08-15 00:53:24 +00:00
20 lines
450 B
JSON
20 lines
450 B
JSON
{
|
|
"name": "invidious-redirect",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "build.js",
|
|
"scripts": {
|
|
"build": "node src/build.js",
|
|
"watch": "fish -c 'while true; inotifywait (find src -type f) -e close_write -q; npm run build; end'"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "AGPL-3.0-only",
|
|
"dependencies": {
|
|
"pug": "^3.0.0",
|
|
"sass": "^1.26.10"
|
|
},
|
|
"devDependencies": {
|
|
"http-server": "^0.12.3"
|
|
}
|
|
}
|