-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.12 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
{
"name": "sgaem_server",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"start": "nodemon app",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "moong",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1213.0",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"body-parser": "^1.20.0",
"code-point-at": "^2.0.0",
"concurrently": "^7.3.0",
"connect-redis": "^6.1.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"jsonwebtoken": "^8.5.1",
"jwt-decode": "^3.1.2",
"kill-port": "^2.0.1",
"moment": "^2.29.4",
"mongoose": "^6.5.3",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"node-mailer": "^0.1.1",
"nodemon": "^2.0.19",
"nunjucks": "^3.2.3",
"passport": "^0.6.0",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"redis": "^4.3.0",
"url": "^0.11.0",
"uuid": "^8.3.2"
}
}