-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1000 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
31
32
33
34
35
36
37
38
39
40
{
"name": "center-system",
"version": "1.0.0",
"description": "Center system",
"main": "server.js",
"type": "module",
"scripts": {
"server": "nodemon server.js",
"auth": "nodemon auth.server.js",
"test": "npm test test/*"
},
"author": "MobiCare Team",
"license": "ISC",
"devDependencies": {},
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.18.2",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.0.3",
"express": "^4.16.2",
"helmet": "^6.0.0",
"jsonwebtoken": "9.0.0",
"mysql2": "3.2.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"winston": "^3.8.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "https://github.com/CatchCode-Team/Center-System-Server.git"
},
"bugs": {
"url": "https://github.com/CatchCode-Team/Center-System-Server/issues"
},
"homepage": "https://github.com/CatchCode-Team/Center-System-Server#README.md"
}