-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.24 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
46
47
48
{
"name": "fit-mate-server",
"version": "1.0.0",
"description": "server for fit-mate application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "[email protected]:swm-13-main/13_swm11/fit-mate-server.git"
},
"author": "team HYEDA",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1180.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"firebase-admin": "^11.0.0",
"glob": "^8.0.3",
"helmet": "^5.1.0",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"mongodb": "^4.7.0",
"mongoose": "^6.4.0",
"mongoose-aggregate-paginate-v2": "^1.0.6",
"mongoose-double": "^0.0.1",
"mongoose-paginate-v2": "^1.7.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"node-schedule": "^2.1.0",
"nodemon": "^2.0.18",
"passport": "^0.6.0",
"qrcode": "^1.5.1",
"redis": "^4.3.0",
"slack-notify": "^2.0.2",
"status-code-enum": "^1.0.0",
"swagger-ui-express": "^4.5.0",
"winston": "^3.8.1",
"winston-daily-rotate-file": "^4.7.1"
},
"devDependencies": {
"swagger-jsdoc": "^6.2.1"
}
}