-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
54 lines (54 loc) · 1.16 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
{
"name": "express-component-starter",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "standard --fix && pm2 start debug.config.js --no-daemon",
"test": "node ./tests/api/test.js",
"load-test": "node ./tests/artillery/test.js"
},
"dependencies": {
"agenda": "^2.0.0",
"amqplib": "^0.5.2",
"app-module-path": "^2.2.0",
"artillery": "^1.6.0-22",
"body-parser": "^1.18.3",
"config": "^1.30.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.4",
"debug": "~2.6.9",
"dotenv": "^6.0.0",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"lodash": "^4.17.13",
"mongodb": "3.0.10",
"morgan": "~1.9.1",
"newrelic": "^4.8.0",
"pg": "^7.4.3",
"pg-hstore": "^2.3.2",
"sequelize": "^5.15.1",
"validatorjs": "^3.14.2"
},
"devDependencies": {
"express-reload": "^1.1.0",
"mocha": "^5.2.0",
"standard": "^11.0.1",
"supertest": "^3.1.0"
},
"standard": {
"env": [
"mocha"
],
"globals": [
"requireModule",
"ctx",
"cancel",
"dpd",
"body",
"setResult",
"error",
"$addCallback",
"$finishCallback"
]
}
}