invidious-redirect/package.json

22 lines
514 B
JSON
Raw Normal View History

2020-08-02 06:18:40 +00:00
{
"name": "invidious-redirect",
"version": "1.0.0",
"description": "",
"main": "build.js",
"scripts": {
"build": "node src/build.js",
2020-08-02 10:09:13 +00:00
"watch": "fish -c 'while true; npm run build; inotifywait (find src -type f) -e close_write -q; end'"
2020-08-02 06:18:40 +00:00
},
"keywords": [],
"author": "",
"license": "AGPL-3.0-only",
2020-08-07 08:10:12 +00:00
"dependencies": {},
"devDependencies": {
"@babel/core": "^7.11.1",
"@babel/preset-env": "^7.11.0",
"http-server": "^0.12.3",
2020-08-02 06:18:40 +00:00
"pug": "^3.0.0",
"sass": "^1.26.10"
}
}