forked from dsckiet/website-backend-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 1.53 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "dsc-website-backend-v2",
"version": "1.1.3",
"description": "Scalable backend with async job scheduling to manage everything @dsckiet",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"prod": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/dsckiet/website-backend-v2.git"
},
"author": {
"name": "DSC KIET",
"email": "[email protected]",
"url": "https://dsckiet.com"
},
"contributors": [
{
"name": "Ritik Srivastava",
"email": "[email protected]",
"url": "https://ritiksr25.tech"
},
{
"name": "Rohan Mehta",
"email": "[email protected]",
"url": "https://rhnmht30.dev"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/dsckiet/website-backend-v2/issues"
},
"homepage": "https://github.com/dsckiet/website-backend-v2#readme",
"keywords": [
"portal",
"nodejs",
"redis",
"kue",
"management-system",
"mongodb",
"sentry"
],
"dependencies": {
"@pdf-lib/fontkit": "^1.0.0",
"@sentry/node": "^5.15.5",
"aws-sdk": "^2.640.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^8.1.0",
"ejs": "^3.0.1",
"express": "^4.17.1",
"helmet": "^3.21.3",
"jsonwebtoken": "^8.5.1",
"kue": "^0.11.6",
"log4js": "^6.1.2",
"mongoose": "^5.7.3",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer-s3": "^2.9.0",
"nodemailer": "^6.4.5",
"nodemailer-html-to-text": "^3.1.0",
"nodemon": "^2.0.4",
"path": "^0.12.7",
"pdf-lib": "^1.7.0",
"redis": "^3.0.2"
}
}