-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 813 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 813 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
32
33
{
"name": "api-gateway",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node --use_strict src/server.js",
"dev": "nodemon --use_strict src/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/estudeplus/api-gateway.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/estudeplus/api-gateway/issues"
},
"homepage": "https://github.com/estudeplus/api-gateway#readme",
"dependencies": {
"axios": "^0.19.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"jsonwebtoken": "8.5.1",
"mongoose": "5.5.10"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}