haraka/haraka-plugin-fcrdns

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "haraka-plugin-fcrdns",
  "version": "1.1.0",
  "description": "Haraka plugin that checks a remote for Forward Confirmed reverse DNS",
  "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-fcrdns.git"
  },
  "keywords": [
    "haraka",
    "plugin",
    "fcrdns"
  ],
  "author": "Welcome Member <haraka.mail@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haraka/haraka-plugin-fcrdns/issues"
  },
  "homepage": "https://github.com/haraka/haraka-plugin-fcrdns#readme",
  "devDependencies": {
    "eslint": ">=8",
    "eslint-plugin-haraka": "*",
    "haraka-test-fixtures": "*",
    "mocha": ">=9"
  },
  "dependencies": {
    "haraka-constants": "*",
    "haraka-net-utils": "^1.3.5",
    "haraka-tld": "*"
  }
}