-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
34 lines (34 loc) · 938 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "walnut.tv",
"version": "1.0.0",
"description": "Always Interesting Videos (webapp)",
"main": "index.js",
"scripts": {
"start": "browser-sync start --server --files=\"*.html, js/*.js, css/*.css\"",
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "node scripts/check-channels.js",
"build": "echo \"works\"",
"watch-prebuild": "nodemon scripts/check-channels.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gianpaj/walnut.tv.git"
},
"author": "Gianfranco Palumbo",
"license": "ISC",
"bugs": {
"url": "https://github.com/gianpaj/walnut.tv/issues"
},
"homepage": "https://walnut.tv",
"devDependencies": {
"browser-sync": "3.0.3",
"eslint": "9.15.0",
"nodemon": "3.1.7",
"stylelint": "16.10.0",
"stylelint-config-standard": "36.0.1",
"yup": "1.3.3"
},
"dependencies": {
"@types/gapi": "^0.0.47"
}
}