-
Notifications
You must be signed in to change notification settings - Fork 155
/
package.json
45 lines (45 loc) · 1.03 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
{
"name": "node-docker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "jest",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"prettier:check": "prettier -c 'src/**/*.js'",
"prettier:fix": "prettier --write 'src/**/*.js'"
},
"engines": {
"node": ">=12.2.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"body-parser": "^1.19.0",
"bunyan": "^1.8.12",
"config": "^3.2.2",
"elastic-apm-node": "^2.12.1",
"express": "^4.17.1",
"fibonacci": "^1.6.7",
"lightship": "^4.3.1",
"mongoose": "^4.13.19",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"worker-threads-pool": "^2.0.0"
},
"devDependencies": {
"dtrace-provider": "^0.8.7",
"eslint": "^4.19.1",
"eslint-plugin-node": "^5.2.1",
"eslit": "^5.0.0",
"jest": "^24.8.0",
"nock": "^10.0.6",
"nodemon": "^1.19.1",
"prettier": "1.17.0",
"supertest": "^4.0.2"
}
}