-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1001 Bytes
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1001 Bytes
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
{
"dependencies": {
"@aws-sdk/client-s3": "^3.758.0",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^16.4.7",
"dotenv-flow": "^4.1.0",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-validator": "^7.2.1",
"fs": "^0.0.1-security",
"http-status-codes": "^2.3.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongodb": "^6.9.0",
"mongoose": "^8.6.3",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.10.0",
"open-graph-scraper": "^6.9.0",
"passport": "^0.7.0",
"passport-kakao": "^1.0.1",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pdf-thumbnail": "^1.0.6",
"pdf-to-img": "^4.4.0",
"sharp": "^0.33.5"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.1.7"
},
"type": "module",
"scripts": {
"dev": "nodemon app.js",
"start": "node app.js",
"seed": "node data/seed.js",
"test": "jest --passWithNoTests"
}
}