-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.32 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
50
51
52
{
"name": "kolegia_backend",
"version": "1.0.0",
"description": "random",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AdityaPandey03/Kolegia_Backend.git"
},
"author": "Aditya Pandey",
"license": "ISC",
"bugs": {
"url": "https://github.com/AdityaPandey03/Kolegia_Backend/issues"
},
"homepage": "https://github.com/AdityaPandey03/Kolegia_Backend#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.1",
"cloudinary": "^1.28.1",
"compression": "^1.7.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"crypto-js": "^4.1.1",
"dotenv": "^10.0.0",
"ejs": "^3.1.6",
"email-templates": "^8.0.8",
"express": "^4.17.2",
"express-async-handler": "^1.2.0",
"firebase-admin": "^10.0.2",
"google-auth-library": "^7.11.0",
"helmet": "^5.0.2",
"joi": "^17.5.0",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.21",
"mongodb": "^4.2.2",
"mongoose": "^6.1.5",
"multer": "^1.4.4",
"nodemailer": "^6.7.2",
"path": "^0.12.7",
"socket.io": "^4.4.1",
"streamifier": "^0.1.1"
},
"devDependencies": {
"morgan": "^1.10.0",
"nodemon": "^2.0.15"
}
}