-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 901 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": "server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.6.2",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"connect-mongodb-session": "^3.1.1",
"dotenv": "^16.3.1",
"ejs": "^3.1.9",
"ejs-lint": "^2.0.0",
"express": "^4.18.2",
"express-session": "^1.17.3",
"mongodb": "^6.1.0",
"multer": "^1.4.5-lts.1",
"nodemailer": "^6.9.8",
"nodemon": "^3.0.1",
"otp-generator": "^4.0.1",
"passport": "^0.7.0",
"passport-facebook": "^3.0.0",
"passport-google": "^0.1.0",
"passport-google-oauth": "^2.0.0",
"passport-google-oauth20": "^2.0.0",
"request": "^2.88.2",
"two-step-auth": "^1.1.2",
"uuid": "^9.0.1"
}
}