-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 735 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 735 Bytes
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
{
"name": "api-node-test",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"swagger": "swagger project edit",
"test": "mocha --timeout 10000 --exit"
},
"dependencies": {
"@babel/core": "^7.3.3",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/register": "^7.0.0",
"@babel/runtime": "^7.3.1",
"debug": "~2.6.9",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"mongodb": "^3.2.3",
"mongoose": "^5.5.0",
"morgan": "^1.9.1",
"redis": "^2.8.0",
"swagger-ui": "^3.22.0",
"winston": "^3.2.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-http": "^4.2.1",
"mocha": "^6.1.3"
}
}