forked from haraka/email-message
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 943 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
{
"name": "haraka-email-message",
"version": "1.0.0",
"description": "Haraka email message",
"main": "index.js",
"scripts": {
"lint": "npx eslint *.js test",
"lintfix": "npx eslint --fix *.js test",
"versions": "npx dependency-version-checker check",
"test": "npx mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haraka/email-message.git"
},
"keywords": [
"haraka",
"email-message"
],
"author": "Haraka Team <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haraka/email-message/issues"
},
"homepage": "https://github.com/haraka/email-message#readme",
"devDependencies": {
"eslint": ">=8",
"eslint-plugin-haraka": "*",
"mocha": ">=9.0.0"
},
"dependencies": {
"haraka-config": "^1.1.0",
"haraka-message-stream": "^1.2.0",
"iconv": "^3.0.1",
"libmime": "^5.1.0",
"libqp": "^1.1.0"
}
}