-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 759 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
{
"name": "project2.0",
"version": "2.4.10",
"description": "Donation Website",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"author": "Arjun Sharma",
"license": "ISC",
"dependencies": {
"argon2": "^0.31.0",
"body-parser": "^1.20.1",
"connect-mongodb-session": "^3.1.1",
"crypto": "^1.0.1",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"mongodb": "^5.7.0",
"mongoose": "^7.4.1",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.4",
"nodemon": "^3.0.1",
"otp-generator": "^4.0.1",
"pdfkit": "^0.13.0",
"stripe": "^12.17.0"
}
}