haraka-plugin-rspamd
Version:
Haraka plugin for rspamd
52 lines (51 loc) • 1.65 kB
JSON
{
"name": "haraka-plugin-rspamd",
"version": "1.6.1",
"description": "Haraka plugin for rspamd",
"main": "index.js",
"scripts": {
"prepare": "git rev-parse --git-dir >/dev/null 2>&1 && git config core.hooksPath .githooks || true",
"format": "npm run prettier:fix && npm run lint:fix",
"lint": "npx eslint *.js test",
"lint:fix": "npx eslint --fix *.js test",
"prettier": "npx prettier . --check",
"prettier:fix": "npx prettier . --write --log-level=warn",
"qlty": "qlty smells --all",
"test": "node --test",
"test:coverage": "node --test --experimental-test-coverage --test-coverage-exclude=package.json --test-coverage-exclude=test/*.js",
"test:coverage:lcov": "mkdir -p coverage && node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage/lcov.info",
"versions": "npx npm-dep-mgr check",
"versions:fix": "npx npm-dep-mgr update"
},
"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": {
"@haraka/email-address": "^3.1.6",
"@haraka/eslint-config": "^3.0.0",
"haraka-test-fixtures": "^1.7.1"
},
"dependencies": {
"haraka-dsn": "^1.2.0"
},
"files": [
"CHANGELOG.md",
"config"
],
"prettier": {
"singleQuote": true,
"semi": false
}
}