-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
{
"name": "hotelbook-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^7.4.0",
"average-rating": "^1.2.1",
"bcrypt": "^5.0.0",
"cors": "^2.8.5",
"csvtojson": "^2.0.10",
"days-in-a-row": "^3.0.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.1",
"fast-two-sms": "^3.0.0",
"fast2sms": "^1.0.3",
"fawn": "^2.1.5",
"file-type": "^16.5.0",
"formidable": "^1.2.2",
"image-to-base64": "^2.2.0",
"joi": "^17.3.0",
"joi-objectid": "^3.0.1",
"js-joda": "^1.11.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.20",
"make-dir": "^3.1.0",
"moment": "^2.29.1",
"mongoose": "^5.10.15",
"multer": "^1.4.2",
"nodemailer": "^6.6.0",
"rimraf": "^3.0.2",
"sharp": "^0.28.3",
"yup": "^0.32.9"
}
}