-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
53 lines (53 loc) · 1.5 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
{
"name": "haraka-plugin-wildduck",
"version": "5.8.14",
"description": "Haraka plugin for processing incoming messages for the WildDuck IMAP server",
"main": "index.js",
"scripts": {
"lint": "npx eslint *.js lib",
"lint:fix": "npx eslint *.js lib --fix",
"test": "grunt",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},
"repository": {
"type": "git",
"url": "git:https://github.com/nodemailer/haraka-plugin-wildduck.git"
},
"keywords": [
"MX",
"SMTP",
"Haraka",
"Wild",
"Duck",
"IMAP",
"LMTP"
],
"author": "Andris Reinman",
"license": "EUPL-1.1+",
"bugs": {
"url": "https://github.com/nodemailer/haraka-plugin-wildduck/issues"
},
"homepage": "https://github.com/nodemailer/haraka-plugin-wildduck#readme",
"devDependencies": {
"eslint": "8.57.0",
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.1.0",
"@haraka/eslint-config": "1.1.5",
"grunt": "1.6.1",
"grunt-cli": "1.5.0",
"grunt-eslint": "24.3.0",
"npm-check-updates": "17.1.8"
},
"dependencies": {
"gelf": "2.0.1",
"haraka-dsn": "1.1.0",
"ioredis": "5.4.1",
"libmime": "5.3.5",
"mailauth": "4.7.3",
"mongodb": "4.17.0",
"nodemailer": "6.9.16",
"punycode.js": "2.3.1",
"srs.js": "0.1.0",
"wildduck": "1.45.1"
}
}