forked from jerryjudymary/renDevSQL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.29 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
49
50
51
{
"dependencies": {
"aws-sdk": "^2.1162.0",
"bcrypt": "^5.0.1",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"helmet": "^5.1.0",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"mysql": "^2.18.1",
"mysql2": "^2.3.3",
"nodemailer": "^6.7.7",
"nodemon": "^2.0.19",
"redis": "^3.1.2",
"sequelize": "^6.21.2",
"uuid": "^8.3.2",
"winston": "^3.8.1",
"winston-daily-rotate-file": "^4.7.1"
},
"name": "realwork_project",
"description": "항해99 실전프로젝트 백엔드",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"test": "cross-env NODE_ENV=test jest --runInBand --detectOpenHandles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hanghae-Realwork/back_end.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Hanghae-Realwork/back_end/issues"
},
"homepage": "https://github.com/Hanghae-Realwork/back_end#readme",
"devDependencies": {
"cross-env": "^7.0.3",
"jest": "^28.1.3",
"node-mocks-http": "^1.11.0",
"redis-mock": "^0.56.3",
"sequelize-cli": "^6.4.1",
"supertest": "^6.2.4"
}
}