forked from decred/dcrweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 808 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
{
"name": "dcrweb",
"version": "1.0.0",
"description": "dcrweb",
"main": "index.js",
"bin": {},
"scripts": {
"test": "bin/test.sh",
"build": "bin/build-hugo.sh",
"build:docker": "bin/build.sh",
"deploy:stage": "HUGO_BASEURL=https://dcrweb.netlify.com yarn build && netlify deploy --dir=src/public --prod",
"watch": "bin/watch.sh",
"run:docker": "docker run -p 8080:80 decred/dcrweb"
},
"repository": {
"type": "git",
"url": "git+https://github.com/decred/dcrweb.git"
},
"author": "Peter Banik <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/decred/dcrweb/issues"
},
"homepage": "https://github.com/decred/dcrweb#readme",
"devDependencies": {
"html-validator-cli": "^7.0.1",
"netlify-cli": "^2.71.0"
}
}