-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.19 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.19 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
39
40
41
42
43
44
45
46
47
48
{
"name": "quizzer",
"version": "1.0.0",
"description": "quizzer backend",
"main": "index.js",
"scripts": {
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Codebugged-Research/Quizzer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Codebugged-Research/Quizzer/issues"
},
"homepage": "https://github.com/Codebugged-Research/Quizzer#readme",
"dependencies": {
"@hapi/joi": "^17.1.1",
"aws-sdk": "^2.813.0",
"axios": "^0.21.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^8.2.0",
"ejs": "^3.1.5",
"express": "",
"express-flash-messages": "^0.1.1",
"express-validator": "^6.6.1",
"firebase-admin": "^9.4.2",
"http": "0.0.1-security",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongoose": "^5.10.15",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"node-cron": "^3.0.0",
"nodemon": "^2.0.6",
"razorpay": "^2.0.6",
"twilio": "^3.52.0"
}
}