forked from wecode-bootcamp-korea/49-3rd-DKDK-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 966 Bytes
/
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
{
"name": "49-3rd-dkdk-backend",
"version": "1.0.0",
"description": "## 1. 팀원",
"main": "app.js",
"scripts": {
"test": "DOTENV_CONFIG_PATH=.env.test jest --setupFiles=dotenv/config",
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.5.1",
"@aws-sdk/client-s3": "^3.435.0",
"aws-sdk": "^2.1478.0",
"express": "^4.18.2",
"http": "^0.0.1-security",
"httpie": "^1.1.2",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"nock": "^13.3.6",
"passport": "^0.6.0",
"passport-kakao": "^1.0.1",
"passport-naver": "^1.0.6"
},
"devDependencies": {
"aws-sdk-mock": "^5.8.0",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"jest": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"mysql2": "^3.6.2",
"nodemon": "^3.0.1",
"supertest": "^6.3.3",
"typeorm": "^0.3.17"
}
}