-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.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": "se_project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Rohit Kumar",
"license": "ISC",
"dependencies": {
"async": "^3.2.6",
"bcrypt": "^5.1.1",
"bson": "^6.8.0",
"connect": "^3.7.0",
"debug": "^4.3.7",
"dotenv": "^16.4.5",
"express": "^4.21.1",
"express-rate-limit": "^7.4.0",
"express-session": "^1.18.1",
"kerberos": "^2.1.2",
"mime": "^4.0.4",
"mongodb": "^6.8.1",
"mongodb-core": "^3.2.7",
"mongoose": "^8.8.3",
"mpath": "^0.9.0",
"mquery": "^5.0.0",
"ms": "^2.1.3",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.15",
"nodemon": "^3.1.4",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"path": "^0.12.7",
"qs": "^6.13.0",
"razorpay": "^2.9.5",
"se_project": "file:",
"socket.io": "^4.8.1"
}
}