-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1021 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
{
"name": "@mindbaz/zonemta-multi-dkim",
"version": "1.0.3",
"description": "Use multiple dkim keys",
"main": "index.js",
"author": "Valentin Henon <[email protected]>",
"license": "GPL-3.0-or-later",
"dependencies": {
"wild-config": "1.7.1"
},
"devDependencies": {
"chai": "^4.3.6",
"eslint": "^8.10.0",
"eslint-config-nodemailer": "^1.2.0",
"eslint-config-prettier": "^8.4.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0",
"rewire": "^6.0.0",
"sinon": "^13.0.1"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "make tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mindbaz/zonemta-multi-dkim.git"
},
"keywords": [
"zonemta",
"dkim"
],
"bugs": {
"url": "https://github.com/Mindbaz/zonemta-multi-dkim/issues"
},
"homepage": "https://github.com/Mindbaz/zonemta-multi-dkim#readme"
}