-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.02 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
44
45
{
"name": "clinicbackend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"engines": {
"node": "18.17.1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"amqplib": "^0.10.3",
"bcryptjs": "^2.4.3",
"cloudinary": "^1.40.0",
"code": "^5.2.4",
"cors": "^2.8.5",
"crypto-js": "^4.1.1",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-async-handler": "^1.1.4",
"google-auth-library": "^9.0.0",
"http-status-codes": "^2.2.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.6.2",
"nanoid": "^4.0.2",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.1",
"pdfkit": "^0.13.0",
"qrcode": "^1.5.3",
"sequelize": "^6.33.0",
"slugify": "^1.6.6",
"status": "^0.0.13",
"strip": "^3.0.0",
"stripe": "^13.4.0"
}
}