forked from Group-task-brl/BRL-task4-backend
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 864 Bytes
/
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
{
"name": "task5",
"version": "1.0.0",
"description": "hua",
"main": "app.js",
"scripts": {
"dev": "nodemon",
"start" :"node app.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cloudinary": "^1.41.0",
"cookie-parser": "^1.4.6",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-fileupload": "^1.4.3",
"express-session": "^1.17.3",
"googleapis": "^128.0.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.0.1",
"mongoose-findorcreate": "^4.0.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.7",
"nodemon": "^3.0.1",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth20": "^2.0.0",
"razorpay": "^2.9.2",
"socket.io": "^2.4.1",
"uuid": "^9.0.1"
}
}