-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.12 KB
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
{
"name": "studystudent",
"version": "1.0.0",
"description": "",
"main": "./Routes/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./Routes/app.js -p 5000",
"dev": "nodemon ./Routes/app.js -p 5000",
"sonar-scanner": "sonar-scanner"
},
"author": "Raj Gupta",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.1",
"cookie-parser": "^1.4.7",
"dotenv": "^16.4.7",
"ejs": "^3.1.10",
"express": "^4.21.2",
"express-ejs-layouts": "^2.5.1",
"express-flash": "^0.0.2",
"express-session": "^1.18.1",
"formidable": "^2.1.2",
"fs": "^0.0.1-security",
"memorystore": "^1.6.7",
"mongodb": "^6.15.0",
"mongoose": "^6.13.8",
"nodemailer": "^6.10.0",
"nodemon": "^3.1.9",
"passport": "^0.6.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^7.1.2",
"path": "^0.12.7",
"pm2": "^6.0.5",
"sonar-scanner": "^3.1.0"
}
}