-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
62 lines (62 loc) · 1.89 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "@pkgjs/statusboard",
"version": "0.0.14",
"description": "A dashboard for project status",
"author": "Wes Todd <[email protected]>",
"keywords": [
"status",
"badgeboard",
"badges",
"express"
],
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "[email protected]:pkgjs/statusboard.git"
},
"bin": {
"statusboard": "./bin/statusboard"
},
"scripts": {
"test": "standard && mocha",
"prepublushOnly": "npm t",
"postpublish": "git push origin && git push origin --tags",
"clean": "./bin/statusboard clean -C ./test/fixtures/config -d ./gh-pages/data.db",
"build": "./bin/statusboard build -o ./gh-pages -C ./test/fixtures/config -d ./gh-pages/data.db",
"index": "./bin/statusboard index -o ./gh-pages -C ./test/fixtures/config -d ./gh-pages/data.db",
"site": "./bin/statusboard site -o ./gh-pages -C ./test/fixtures/config -d ./gh-pages/data.db",
"serve": "./bin/statusboard serve -o ./gh-pages -C ./test/fixtures/config -d ./gh-pages/data.db"
},
"devDependencies": {
"mocha": "^6.1.4",
"serve": "^11.1.0",
"standard": "^12.0.1"
},
"dependencies": {
"@octokit/graphql": "^4.3.1",
"@octokit/plugin-retry": "^2.2.0",
"@octokit/plugin-throttling": "^2.6.0",
"@octokit/rest": "^16.28.2",
"@primer/octicons": "^9.1.1",
"@wesleytodd/buildcss": "0.0.6",
"@wesleytodd/buildjs": "0.0.8",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"cptmpl": "0.0.4",
"dotenv": "^8.0.0",
"es5-lit-element": "^2.2.1",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"inquirer": "^6.4.1",
"install": "^0.13.0",
"js-yaml": "^3.13.1",
"level": "^5.0.1",
"libnpm": "^2.0.1",
"lit-element": "^2.2.1",
"nighthawk": "^2.3.0-1",
"node-fetch": "^2.6.0",
"npm": "^6.10.3",
"regenerator-runtime": "^0.13.3",
"yargs": "^13.3.0"
}
}