generated from wecode-bootcamp-korea/backend-2nd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.41 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
{
"name": "48-3rd-teamhongc-backend",
"version": "1.0.0",
"description": "최홍, 박건률, 김민수, 임홍규, 김수영 ### 기술스택 정보 - Node.js - Typeorm - MySQL - JavaScript",
"main": "index.js",
"scripts": {
"start": "nodemon server.js",
"test": "DOTENV_CONFIG_PATH=.env.test jest --setupFiles=dotenv/config --detectOpenHandles"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wecode-bootcamp-korea/48-3rd-TeamHongC-backend.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/wecode-bootcamp-korea/48-3rd-TeamHongC-backend/issues"
},
"homepage": "https://github.com/wecode-bootcamp-korea/48-3rd-TeamHongC-backend#readme",
"dependencies": {
"@aws-sdk/client-s3": "^3.418.0",
"@aws-sdk/s3-presigned-post": "^3.414.0",
"@aws-sdk/s3-request-presigner": "^3.414.0",
"@types/mime": "^3.0.1",
"aws-sdk": "^2.1459.0",
"axios": "^1.5.0",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"mime": "^3.0.0",
"mime-types": "^2.1.35",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"mysql2": "^3.6.0",
"typeorm": "^0.3.17",
"uuid": "^9.0.1"
},
"devDependencies": {
"morgan": "^1.10.0",
"nodemon": "^3.0.1",
"supertest": "^6.3.3"
},
"directories": {
"test": "tests"
}
}