-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 1.02 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
{
"name": "haraka-plugin-mailauth",
"version": "1.1.1",
"description": "SPF, DKIM, DMARC, ARC, BIMI validator for Haraka",
"main": "index.js",
"files": [
"config"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"update": "rm -rf node_modules package-lock.json && ncu -u && npm install"
},
"keywords": [
"SPF",
"DKIM",
"DMARC",
"ARC",
"BIMI",
"Haraka",
"haraka-plugin"
],
"author": "Postal Systems OÜ",
"homepage": "https://github.com/postalsys/haraka-plugin-mailauth",
"repository": {
"type": "git",
"url": "git+https://github.com/postalsys/haraka-plugin-mailauth.git"
},
"bugs": {
"url": "https://github.com/postalsys/haraka-plugin-mailauth/issues"
},
"license": "MIT",
"dependencies": {
"mailauth": "4.7.2"
},
"devDependencies": {
"eslint-config-nodemailer": "1.2.0",
"eslint-config-prettier": "9.1.0"
}
}