-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 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
39
40
41
42
43
44
45
46
47
48
{
"name": "be",
"version": "1.0.0",
"description": "",
"main": "app.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "jest",
"start": "nodemon app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"jest": "^28.1.3",
"node-mocks-http": "^1.11.0",
"nodemon": "^2.0.19",
"sequelize-cli": "^6.4.1",
"supertest": "^6.2.4"
},
"dependencies": {
"@hapi/boom": "^10.0.0",
"aws-sdk": "^2.1223.0",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dayjs": "^1.11.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"helmet": "^6.0.0",
"hpp": "^0.2.3",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"mysql2": "^2.3.3",
"node-schedule": "^2.1.0",
"nodemailer": "^6.7.8",
"passport": "^0.6.0",
"passport-kakao": "^1.0.1",
"redis": "^4.3.1",
"sequelize": "^6.21.3",
"winston": "^3.8.1",
"winston-daily-rotate-file": "^4.7.1"
}
}