-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 924 Bytes
/
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
{
"name": "wildduck-zonemta-zilter",
"version": "1.0.20",
"description": "Zilter plugin for Zone-MTA/Wildduck",
"main": "index.js",
"scripts": {
"test": "echo \"Currently tests are not implemented\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/zone-eu/wildduck-zonemta-zilter.git"
},
"keywords": [
"Zilter",
"zone-mta",
"mta",
"msa",
"smtp",
"wildduck"
],
"author": "NickOvt",
"license": "EUPL-1.1+",
"bugs": {
"url": "https://github.com/zone-eu/wildduck-zonemta-zilter/issues"
},
"homepage": "https://github.com/zone-eu/wildduck-zonemta-zilter#readme",
"dependencies": {
"libmime": "5.3.5",
"punycode": "^2.3.1",
"undici": "6.18.2"
},
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.1.0"
},
"engines": {
"node": ">=16.0.0"
}
}