haraka-plugin-qmail-deliverable
Version:
Haraka plugin that validates recipients against Qmail::Deliverable
50 lines (49 loc) • 1.66 kB
JSON
{
"name": "haraka-plugin-qmail-deliverable",
"version": "1.4.0",
"description": "Haraka plugin that validates recipients against Qmail::Deliverable",
"main": "index.js",
"files": [
"config"
],
"scripts": {
"format": "npm run prettier:fix && npm run lint:fix",
"lint": "npx eslint *.js test",
"lint:fix": "npx eslint *.js test --fix",
"prettier": "npx prettier . --check",
"prettier:fix": "npx prettier . --write --log-level=warn",
"test": "node --test",
"test:only": "node --test --test-only",
"test:coverage": "HARAKA_COVERAGE=1 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 test/*.js",
"versions": "npx npm-dep-mgr check",
"versions:fix": "npx npm-dep-mgr update"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haraka/haraka-plugin-qmail-deliverable.git"
},
"keywords": [
"haraka",
"haraka-plugin",
"plugin",
"recipients",
"qmail-deliverable"
],
"author": "Matt Simerson <matt@tnpi.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/haraka/haraka-plugin-qmail-deliverable/issues"
},
"homepage": "https://github.com/haraka/haraka-plugin-qmail-deliverable#readme",
"devDependencies": {
"@haraka/eslint-config": "^2.0.4",
"@haraka/email-address": "^3.1.2",
"haraka-test-fixtures": "^1.4.1"
},
"prettier": {
"printWidth": 100,
"singleQuote": true,
"semi": false
}
}