-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1006 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
37
38
39
40
41
{
"name": "adhocexam",
"version": "1.0.1",
"description": "AdhocExam Server",
"main": "app.js",
"scripts": {
"prestart": "npm rebuild node-sass",
"start": "node app.js",
"dev": "nodemon app.js"
},
"author": "Rhythm Bhiwani",
"license": "ISC",
"engines": {
"node": "18.16.0"
},
"dependencies": {
"body-parser": "^1.19.0",
"connect-mongodb-session": "^3.1.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "^4.17.1",
"express-session": "^1.17.1",
"helmet": "^3.23.3",
"https": "^1.0.0",
"https-only": "0.0.3",
"imgbb-uploader": "^1.1.0",
"lodash": "^4.17.21",
"mongoose": "^6.1.8",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"parse-github-url": "^1.0.2",
"passport": "^0.6.0",
"passport-facebook": "^3.0.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^6.0.1",
"pm2": "^4.2.3",
"random-token": "0.0.8",
"resend": "^0.17.2"
}
}