-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.1 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
{
"name": "@mindbaz/zonemta-dry-run",
"version": "0.0.2",
"description": "Change mail receiver for bounces test purpose",
"main": "index.js",
"author": "Victor Lehouck <[email protected]>",
"license": "GPL-3.0-or-later",
"dependencies": {},
"devDependencies": {
"@types/mocha": "^9.1.0",
"@types/sinon": "^10.0.11",
"@types/chai": "^4.3.0",
"@types/nodemailer": "6.4.4",
"chai": "^4.3.6",
"mocha": "^9.2.1",
"nyc": "^15.1.0",
"sinon": "^13.0.1",
"eslint": "^8.10.0",
"eslint-config-nodemailer": "^1.2.0",
"eslint-config-prettier": "^8.4.0"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "make tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mindbaz/zonemta-dry-run.git"
},
"keywords": [
"zonemta",
"dryrun",
"dry-run"
],
"bugs": {
"url": "https://github.com/Mindbaz/zonemta-dry-run/issues"
},
"homepage": "https://github.com/Mindbaz/zonemta-dry-run#readme"
}