forked from maconard/watson-code-reviewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.45 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.45 KB
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
{
"name": "nodejswebapp",
"version": "1.0.0",
"description": "A generated IBM Cloud application",
"private": true,
"engines": {
"node": "^8.11.1"
},
"config": {
"entrypoint": "server/server.js"
},
"scripts": {
"start": "node $npm_package_config_entrypoint",
"debug": "node --inspect=0.0.0.0:9229 $npm_package_config_entrypoint",
"debug:brk": "node --inspect-brk=0.0.0.0:9229 $npm_package_config_entrypoint",
"debug:legacy": "node --debug=0.0.0.0:5858 $npm_package_config_entrypoint",
"test": "nyc mocha --exit",
"dev": "nodemon $npm_package_config_entrypoint"
},
"nodemonConfig": {
"env": {
"NODE_HEAPDUMP_OPTIONS": "nosignal"
}
},
"dependencies": {
"@carbon/icons-react": "^10.3.0",
"appmetrics-dash": "^4.1.0",
"appmetrics-prometheus": "^2.0.0",
"appmetrics-zipkin": "^1.1.1",
"body-parser": "^1.18.3",
"btoa": "^1.2.1",
"carbon-components": "^10.3.1",
"carbon-components-react": "^7.3.2",
"dotenv": "^8.0.0",
"express": "^4.16.4",
"fs": "0.0.1-security",
"http": "0.0.0",
"ibm-cloud-env": "^0.2.6",
"ibm-cos-sdk": "^1",
"ibm-watson": "^4.2.1",
"log4js": "^4.0.2",
"node-sass": "^4.12.0",
"path": "^0.12.7",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"request": "^2.88.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.0.0",
"nodemon": "^1.12.1",
"nyc": "^14.1.1"
}
}