{
  "author": "Matt Sergeant <helpme@gmail.com>",
  "name": "haraka",
  "license": "MIT",
  "description": "An SMTP Server project.",
  "keywords": [
    "haraka",
    "smtp",
    "server",
    "email"
  ],
  "version": "3.3.2",
  "homepage": "http://haraka.github.io",
  "repository": {
    "type": "git",
    "url": "git://github.com/haraka/Haraka.git"
  },
  "main": "haraka.js",
  "engines": {
    "node": ">=20"
  },
  "dependencies": {
    "@haraka/email-address": "~3.1.6",
    "haraka-config": "~1.6.3",
    "haraka-constants": "~1.0.8",
    "haraka-dsn": "~1.2.1",
    "haraka-email-message": "~1.4.1",
    "haraka-net-utils": "~1.9.2",
    "haraka-notes": "~1.1.3",
    "haraka-plugin-redis": "~2.1.0",
    "haraka-results": "~2.4.0",
    "haraka-tld": "~1.3.6",
    "haraka-utils": "~2.2.1",
    "ipaddr.js": "~2.4.0",
    "node-gyp": "~13.0.1",
    "nopt": "~10.0.1",
    "redis": "~6.1.0",
    "semver": "~7.8.5"
  },
  "optionalDependencies": {
    "@haraka/ocsp": "~1.2.0",
    "haraka-plugin-access": "~1.4.0",
    "haraka-plugin-aliases": "~1.1.0",
    "haraka-plugin-asn": "~2.2.0",
    "haraka-plugin-attachment": "~1.2.1",
    "haraka-plugin-bounce": "~2.2.1",
    "haraka-plugin-clamd": "~1.0.6",
    "haraka-plugin-dcc": "~1.1.1",
    "haraka-plugin-dkim": "~1.2.0",
    "haraka-plugin-dns-list": "~1.3.0",
    "haraka-plugin-early_talker": "~1.0.2",
    "haraka-plugin-fcrdns": "~1.2.1",
    "haraka-plugin-geoip": "~1.1.2",
    "haraka-plugin-greylist": "~1.2.1",
    "haraka-plugin-headers": "~1.2.0",
    "haraka-plugin-helo.checks": "~1.1.3",
    "haraka-plugin-karma": "~2.5.2",
    "haraka-plugin-known-senders": "~1.2.0",
    "haraka-plugin-limit": "~1.3.2",
    "haraka-plugin-mail_from.is_resolvable": "~1.3.0",
    "haraka-plugin-messagesniffer": "~1.0.2",
    "haraka-plugin-qmail-deliverable": "~1.4.0",
    "haraka-plugin-relay": "~1.0.2",
    "haraka-plugin-rspamd": "~1.6.1",
    "haraka-plugin-spamassassin": "~1.1.2",
    "haraka-plugin-spf": "~1.3.0",
    "haraka-plugin-syslog": "~1.1.2",
    "haraka-plugin-uribl": "~2.0.0"
  },
  "devDependencies": {
    "@haraka/eslint-config": "^3.0.0",
    "haraka-test-fixtures": "^1.7.2",
    "mock-require": "~3.0.3",
    "toobusy-js": "^0.5.1"
  },
  "bugs": {
    "mail": "haraka.mail@gmail.com",
    "url": "https://github.com/haraka/Haraka/issues"
  },
  "bin": {
    "haraka": "bin/haraka",
    "haraka_grep": "bin/haraka_grep"
  },
  "scripts": {
    "prepare": "git rev-parse --git-dir >/dev/null 2>&1 && git config core.hooksPath .githooks || true",
    "format": "npm run prettier:fix && npm run lint:fix",
    "lint": "npx eslint *.js outbound plugins plugins/*/*.js test test/*/*.js test/*/*/*.js",
    "lint:fix": "npx eslint --fix *.js outbound plugins plugins/*/*.js test test/*/*.js test/*/*/*.js",
    "prettier": "npx prettier . --check",
    "prettier:fix": "npx prettier . --write --log-level=warn",
    "qlty": "qlty smells --all",
    "test": "sh ./run_tests",
    "test:coverage": "node --test --test-concurrency=1 --experimental-test-coverage --test-coverage-include=*.js --test-coverage-include=plugins/**/*.js --test-coverage-include=outbound/*.js",
    "test:coverage:lcov": "mkdir -p coverage && node --test --test-concurrency=1 --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage/lcov.info --test-coverage-include=*.js --test-coverage-include=plugins/**/*.js --test-coverage-include=outbound/*.js",
    "versions": "npx npm-dep-mgr check",
    "versions:fix": "npx npm-dep-mgr update"
  },
  "prettier": {
    "singleQuote": true,
    "printWidth": 120,
    "semi": false
  }
}
