forked from kriiv/inbound-email
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 701 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 701 Bytes
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
{
"scripts": {
"start": "node server.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.980.0",
"@aws-sdk/lib-storage": "^3.980.0",
"axios": "^1.7.7",
"better-queue": "^3.8.12",
"dotenv": "^16.4.5",
"mailparser": "^3.7.1",
"smtp-server": "^3.13.5",
"winston": "^3.x.x",
"winston-daily-rotate-file": "^4.x.x"
},
"devDependencies": {
"jest": "^30.2.0",
"nodemailer": "^7.0.13"
},
"overrides": {
"fast-xml-parser": "^5.3.4",
"test-exclude": "^7.0.1"
}
}