haraka-plugin-known-senders
Version:
Increase the reputation of recognized sender domains.
54 lines (53 loc) • 1.55 kB
JSON
{
"name": "haraka-plugin-known-senders",
"version": "1.2.0",
"description": "Increase the reputation of recognized sender domains.",
"files": [
"CHANGELOG.md",
"config"
],
"main": "index.js",
"scripts": {
"cover": "npx nyc --reporter=lcov --hook-run-in-context npm run test",
"format": "npm run prettier:fix && npm run lint:fix",
"lint": "npx eslint *.js test/*.js",
"lint:fix": "npx eslint --fix *.js test/*.js",
"prettier": "npx prettier . --check",
"prettier:fix": "npx prettier . --write --log-level=warn",
"test": "node --test --test-force-exit test/*.js",
"versions": "npx npm-dep-mgr check",
"versions:fix": "npx npm-dep-mgr update",
"test:coverage": "npx c8 --reporter=text --reporter=text-summary npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haraka/haraka-plugin-known-senders.git"
},
"keywords": [
"Haraka",
"domain",
"reputation",
"well-known",
"sender",
"whitelist"
],
"author": "Matt Simerson <matt@tnpi.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haraka/haraka-plugin-known-senders/issues"
},
"homepage": "https://github.com/haraka/haraka-plugin-known-senders#readme",
"devDependencies": {
"@haraka/email-address": "^3.1.4",
"haraka-test-fixtures": "^1.5.1",
"@haraka/eslint-config": "^2.0.4"
},
"dependencies": {
"haraka-plugin-redis": "^2.0.11",
"haraka-tld": "^1.3.4"
},
"prettier": {
"singleQuote": true,
"semi": false
}
}