generated from CodeChefVIT/template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.21 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.21 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
{
"name": "devsoc21-backend",
"version": "1.0.0",
"description": "Backend for devsoc portal",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"dev": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeChefVIT/DEVSOC21-Backend.git"
},
"author": "Shivam Jugal",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeChefVIT/DEVSOC21-Backend/issues"
},
"homepage": "https://github.com/CodeChefVIT/DEVSOC21-Backend#readme",
"dependencies": {
"aws-sdk": "^2.888.0",
"axios": "^0.21.2",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-rate-limit": "^5.2.6",
"firebase-admin": "^9.6.0",
"googleapis": "^70.0.0",
"helmet": "^4.4.1",
"html-pdf": "^3.0.1",
"http": "0.0.1-security",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.12.2",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.10.0",
"node-schedule": "^2.0.0",
"nodemailer": "^6.6.1",
"otp-generator": "^3.0.0",
"request": "^2.88.2",
"socket.io": "^4.4.1"
}
}