forked from haraka/test-fixtures
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 908 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
{
"author": "Haraka Team <[email protected]>",
"name": "haraka-test-fixtures",
"license": "MIT",
"description": "Haraka Test Fixtures",
"version": "1.3.0",
"repository": {
"type": "git",
"url": "[email protected]:haraka/test-fixtures.git"
},
"main": "index.js",
"engines": {
"node": ">=12"
},
"dependencies": {
"address-rfc2821": "*",
"haraka-config": "*",
"haraka-constants": "*",
"haraka-email-message": "~1.2",
"haraka-notes": "*",
"haraka-results": "^2.2.0"
},
"devDependencies": {
"eslint": "^8.0.0",
"eslint-plugin-haraka": "*",
"mocha": "^9.0.0"
},
"bugs": {
"url": "https://github.com/haraka/test-fixtures/issues"
},
"scripts": {
"test": "npx mocha",
"lint": "npx eslint index.js lib test",
"lintfix": "npx eslint --fix index.js lib test",
"versions": "npx dependency-version-checker check"
}
}