-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 883 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 883 Bytes
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
{
"name": "hapi-server-ui",
"version": "0.10.18",
"type": "commonjs",
"engine-strict": true,
"engines": {
"node": ">=16"
},
"people": {
"name": "Bob Weigel",
"email": "rweigel@gmu.edu",
"url": "https://github.com/rweigel"
},
"repository": {
"type": "git",
"url": "https://github.com/hapi-server/server-ui.git"
},
"dependencies": {
"dayjs": "^1.11.10",
"express": "^4",
"http-server": "^0.12.3",
"log": "git+https://github.com/rweigel/log.git#main",
"node-fetch-native": "^1.6.1",
"serve-index": "git+https://github.com/rweigel/serve-index.git#master",
"superagent": "^5.1.2",
"yargs": "^8.0.2"
},
"scripts": {
"start": "node_modules/http-server/bin/http-server",
"server": "node server/server.js --port 8000",
"lint": "standard"
},
"devDependencies": {
"standard": "^17.1.2"
}
}