-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 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
{
"name": "ghl_backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"swagger-autogen": "node ./swagger.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/johnny990628/GHL_backend.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/johnny990628/GHL_backend/issues"
},
"homepage": "https://github.com/johnny990628/GHL_backend#readme",
"dependencies": {
"axios": "^1.3.4",
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"jsonwebtoken": "^8.5.1",
"keycloak-backend": "^5.0.0",
"mongoose": "^6.2.10",
"nodemon": "^2.0.15",
"path": "^0.12.7",
"socket.io": "^4.4.1",
"swagger-autogen": "^2.21.1",
"swagger-ui-express": "^4.3.0",
"url": "^0.11.0"
}
}