mirror of
https://github.com/iv-org/invidious-redirect.git
synced 2024-10-01 08:25:42 -04:00
21 lines
450 B
JSON
21 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"
|
|
}
|
|
}
|