-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 748 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 748 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
{
"name": "book-shelves",
"version": "1.0.0",
"main": "app.js",
"scripts": {
"start": "nodemon app"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"bcrypt": "^6.0.0",
"chart.js": "^4.5.1",
"connect-mongo": "^6.0.0",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"exceljs": "^4.4.0",
"express": "^5.1.0",
"express-session": "^1.18.2",
"html-pdf-node": "^1.0.8",
"mongodb": "^6.20.0",
"mongoose": "^8.19.2",
"multer": "^2.0.2",
"nocache": "^4.0.0",
"nodemailer": "^7.0.10",
"nodemon": "^3.1.10",
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"razorpay": "^2.9.6",
"sharp": "^0.34.5"
}
}