forked from haraka/haraka-plugin-rspamd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 837 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
{
"name": "haraka-plugin-rspamd",
"version": "1.3.1",
"description": "Haraka plugin for rspamd",
"main": "index.js",
"scripts": {
"lint": "npx eslint *.js test",
"lintfix": "npx eslint --fix *.js test",
"test": "npx _mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haraka/haraka-plugin-rspamd.git"
},
"keywords": [
"haraka",
"plugin",
"rspamd"
],
"author": "Haraka Team <haraka.mail@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haraka/haraka-plugin-rspamd/issues"
},
"homepage": "https://github.com/haraka/haraka-plugin-rspamd#readme",
"devDependencies": {
"eslint": ">=8",
"eslint-plugin-haraka": "*",
"haraka-test-fixtures": "^1.0.35",
"mocha": ">=9"
},
"dependencies": {
"haraka-dsn": "*"
}
}