-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.17 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
44
45
46
47
48
49
{
"name": "quizzar",
"version": "1.0.0",
"description": "Interactive quiz website",
"main": "server/server.js",
"scripts": {
"start": "node server/server.js",
"start:dev": "nodemon server/server.js",
"test": "jest"
},
"repository": {
"type": "git",
"url": "PreciousIfeaka"
},
"author": "PreciousIfeaka",
"license": "MIT",
"dependencies": {
"bcrypt": "^5.1.1",
"connect-mongo": "^5.1.0",
"connect-mongodb-session": "^5.0.0",
"cookie": "^0.6.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dayjs": "^1.11.13",
"ejs": "^3.1.10",
"express": "^4.19.2",
"express-session": "^1.18.0",
"fs": "^0.0.1-security",
"google-auth-library": "^9.15.0",
"jest": "^29.7.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.7.0",
"mongoose": "^8.4.1",
"nodemailer": "^6.9.13",
"passport": "^0.7.0",
"passport-google-oauth2": "^0.2.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"pino": "^9.3.2",
"pino-pretty": "^11.2.2",
"request": "^2.88.2"
},
"devDependencies": {
"dotenv": "^16.4.5",
"node-fetch": "^3.3.2",
"nodemon": "^3.1.1"
}
}