{
  "name": "haraka-plugin-spf",
  "version": "1.2.9",
  "description": "Sender Policy Framework (SPF) plugin for Haraka",
  "main": "index.js",
  "files": [
    "CHANGELOG.md",
    "bin",
    "config",
    "lib"
  ],
  "scripts": {
    "format": "npm run prettier:fix && npm run lint:fix",
    "lint": "npx eslint@^8 *.js bin/spf lib test",
    "lint:fix": "npx eslint@^8 --fix *.js bin/spf lib test",
    "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-spf.git"
  },
  "keywords": [
    "haraka",
    "haraka-plugin",
    "plugin",
    "spf"
  ],
  "author": "Haraka Team <haraka.team@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haraka/haraka-plugin-spf/issues"
  },
  "homepage": "https://github.com/haraka/haraka-plugin-spf#readme",
  "bin": {
    "spf": "./bin/spf"
  },
  "dependencies": {
    "haraka-dsn": "^1.1.0",
    "haraka-net-utils": "^1.7.1",
    "ipaddr.js": "^2.2.0",
    "nopt": "^8.0.0"
  },
  "devDependencies": {
    "@haraka/eslint-config": "^1.1.5",
    "haraka-test-fixtures": "^1.3.8"
  }
}
