EverydayTech Platform - Developer Reference
Complete Source Code Documentation - All Applications
Loading...
Searching...
No Matches
package.json
Go to the documentation of this file.
1{
2
3 "name": "backend",
4
5 "version": "1.0.0",
6
7 "description": "",
8
9 "main": "index.js",
10
11 "scripts": {
12
13
14 "start": "node index.js",
15
16
17 "worker:metrics": "node workers/metricsSync.js",
18
19
20 "lint": "eslint .",
21
22
23 "lint:fix": "eslint . --fix",
24
25
26 "lint:jsdoc": "eslint . --rule 'jsdoc/require-jsdoc: error'"
27
28 },
29
30 "keywords": [],
31
32 "author": "",
33
34 "license": "ISC",
35
36 "dependencies": {
37
38
39 "@azure/msal-node": "^3.8.3",
40
41
42 "@microsoft/microsoft-graph-client": "^3.0.7",
43
44
45 "@team-internet/apiconnector": "^10.0.11",
46
47
48 "archiver": "^7.0.1",
49
50
51 "aws-sdk": "^2.1693.0",
52
53
54 "axios": "^1.13.2",
55
56
57 "bcrypt": "^6.0.0",
58
59
60 "bullmq": "^5.63.1",
61
62
63 "cookie-parser": "^1.4.7",
64
65
66 "cors": "^2.8.5",
67
68
69 "dotenv": "^17.2.3",
70
71
72 "express": "^5.1.0",
73
74
75 "form-data": "^4.0.5",
76
77
78 "imapflow": "^1.1.1",
79
80
81 "ioredis": "^5.8.2",
82
83
84 "jsonwebtoken": "^9.0.2",
85
86
87 "mailgun.js": "^12.1.1",
88
89
90 "mailparser": "^3.9.0",
91
92
93 "multer": "^2.0.2",
94
95
96 "mysql2": "^3.18.2",
97
98
99 "node-cron": "^4.2.1",
100
101
102 "node-fetch": "^2.7.0",
103
104
105 "nodemailer": "^7.0.10",
106
107
108 "pdfkit": "^0.18.0",
109
110
111 "pg": "^8.19.0",
112
113
114 "prisma": "^6.18.0",
115
116
117 "speakeasy": "^2.0.0",
118
119
120 "ssh2": "^1.17.0",
121
122
123 "stripe": "^20.4.1",
124
125
126 "uuid": "^13.0.0",
127
128
129 "ws": "^8.18.3",
130
131
132 "xero-node": "^13.3.0"
133
134 },
135
136 "devDependencies": {
137
138
139 "eslint": "^8.57.0",
140
141
142 "eslint-plugin-jsdoc": "^48.2.0",
143
144
145 "pkg": "^5.8.1"
146
147 }
148}