-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 864 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
30
{
"name": "training-node-memory-management",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start-exercise-1": "node --max-old-space-size=30 src/exercise-1",
"start-exercise-2": "node --expose-gc src/exercise-2",
"start-exercise-3": "node --max-old-space-size=30 src/exercise-3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/atondelier/training-node-memory-management.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/atondelier/training-node-memory-management/issues"
},
"homepage": "https://github.com/atondelier/training-node-memory-management#readme",
"description": "",
"dependencies": {
"chalk": "2.4.2",
"connect": "3.7.0",
"prom-client": "11.5.2"
},
"optionalDependencies": {
"prometheus-gc-stats": "0.6.2"
}
}