-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.04 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1.04 KB
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": "planalog",
"type": "module",
"version": "1.0.0",
"description": "PLANALOG UMC 7th 프로젝트",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/index.js",
"dev": "nodemon -e js,json,prisma --exec \"prisma generate && node src/index.js\""
},
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.740.0",
"@prisma/client": "^6.2.0",
"aws-sdk": "^2.1692.0",
"axios": "^1.7.9",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.7",
"express": "^5.0.0",
"express-validator": "^7.2.1",
"fs": "^0.0.1-security",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"mysql2": "^3.12.0",
"node-schedule": "^2.1.1",
"prisma": "^6.2.0",
"swagger-autogen": "^2.23.7",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"express-list-routes": "^1.2.4",
"nodemon": "^3.1.9",
"prisma": "^6.2.1"
}
}