-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 726 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 726 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
{
"name": "sovhee-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@hapi/joi": "15.1.0",
"bcrypt": "^3.0.6",
"body-parser": "^1.19.0",
"cloudinary": "^1.14.0",
"config": "3.1.0",
"crypto": "1.0.1",
"datauri": "^2.0.0",
"dotenv": "^8.0.0",
"express": "^4.17.1",
"joi-objectid": "2.0.0",
"jsonwebtoken": "^8.5.1",
"lodash": ">=4.17.13",
"mongodb": "^3.2.7",
"mongoose": "^5.6.3",
"morgan": "^1.9.1",
"multer": "^1.4.1",
"nodemailer": "6.2.1"
}
}