-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 909 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 909 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
{
"name": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/s3-request-presigner": "^3.438.0",
"aws-sdk": "^2.1469.0",
"axios": "^1.6.0",
"bcrypt": "^5.1.1",
"cloudinary": "^1.41.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"http-status": "^1.7.3",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^7.6.3",
"multer": "^1.4.5-lts.1",
"multer-s3": "^2.10.0",
"multer-storage-cloudinary": "^4.0.0",
"passport": "^0.6.0",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"pdf-lib": "^1.17.1",
"pdf-parser": "^1.0.5"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}