-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 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
{
"name": "noveland-server",
"version": "1.0.0",
"description": "server of noveland",
"main": "app.js",
"scripts": {
"start": "pm2-runtime start ecosystem.config.js --env production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sangjun-park-201520131/sw-capstone-design.git"
},
"author": "SeungheonShin, ",
"license": "ISC",
"bugs": {
"url": "https://github.com/sangjun-park-201520131/sw-capstone-design/issues"
},
"homepage": "https://github.com/sangjun-park-201520131/sw-capstone-design#readme",
"dependencies": {
"aws-sdk": "^2.1136.0",
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-formidable": "^1.2.0",
"google-auth-library": "^7.14.1",
"helmet": "^5.0.2",
"hpp": "^0.2.3",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.4",
"multer-s3": "^2.10.0",
"mv": "^2.1.1",
"mysql2": "^2.3.3",
"passport": "^0.5.2",
"passport-jwt": "^4.0.0",
"passport-local": "^1.0.0",
"sequelize": "^6.17.0",
"sequelize-auto": "^0.8.8",
"sequelize-cli": "^6.4.1",
"uuid4": "^2.0.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}