-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.11 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
{
"name": "aaaaa",
"version": "1.0.0",
"scripts": {
"start": "nodemon index.js"
},
"author": "Prashant Srivastav",
"license": "MIT",
"description": "A to Z Classes is an educational platform providing comprehensive resources and study materials for various subjects and classes. The platform offers a range of features including secure payments, notifications, and detailed content management to enhance the learning experience.",
"dependencies": {
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"crypto": "^1.0.1",
"date-fns": "^3.6.0",
"date-fns-tz": "^3.1.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-mongo-sanitize": "^2.2.0",
"express-rate-limit": "^7.3.1",
"express-validator": "^7.1.0",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"mongoose": "^8.4.3",
"nodemailer": "^6.9.14",
"nodemon": "^3.1.3",
"razorpay": "^2.9.4",
"validator": "^13.12.0"
},
"engines": {
"node": "20.x"
}
}