haraka/haraka-plugin-qmail-deliverable

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "haraka-plugin-qmail-deliverable",
  "version": "1.2.3",
  "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@^8 *.js test",
    "lint:fix": "npx eslint@^8 *.js test --fix",
    "prettier": "npx prettier . --check",
    "prettier:fix": "npx prettier . --write --log-level=warn",
    "test": "npx mocha@10",
    "versions": "npx dependency-version-checker check",
    "versions:fix": "npx dependency-version-checker update && npm run prettier:fix"
  },
  "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": "^1.1.5",
    "address-rfc2821": "^2.1.2",
    "haraka-test-fixtures": "^1.3.7"
  }
}