-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.22 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
{
"name": "test",
"version": "1.0.0",
"description": "A generated IBM Cloud application",
"private": true,
"engines": {
"node": "^8.11.1"
},
"scripts": {
"start": "node server/server.js",
"debug": "chmod +x run-debug && ./run-debug",
"test": "nyc mocha",
"dev": "nodemon server/server.js",
"start:cluster": "sl-run server/server.js",
"build": "npm run build:idt",
"idt:build": "node idt.js build",
"idt:test": "node idt.js test",
"idt:debug": "node idt.js debug",
"idt:run": "node idt.js run",
"idt:deploy": "node idt.js deploy",
"idt:install": "node idt.js install"
},
"nodemonConfig": {
"env": {
"NODE_HEAPDUMP_OPTIONS": "nosignal"
}
},
"dependencies": {
"appmetrics": "^4.0.0",
"appmetrics-dash": "^4.0.0",
"appmetrics-prometheus": "^2.0.0",
"appmetrics-zipkin": "^1.0.4",
"body-parser": "^1.17.2",
"express": "^4.15.3",
"log4js": "^3.0.5",
"strong-supervisor": "^6.2.0",
"ibm-cloud-env": "^0",
"cors": "2.8.5"
},
"devDependencies": {
"nodemon": "^1.12.1",
"chai": "^4.0.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"request": "^2.82.0",
"chalk": "^1.1.3",
"prompt-confirm": "^1.2.0"
}
}