{
  "name": "haraka-plugin-p0f",
  "version": "1.0.15",
  "description": "Haraka plugin that adds TCP fingerprinting",
  "files": [
    "config",
    "contrib",
    "CHANGELOG.md"
  ],
  "main": "index.js",
  "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 test",
    "lint:fix": "npx eslint --fix *.js test",
    "prettier": "npx prettier . --check",
    "prettier:fix": "npx prettier . --write --log-level=warn",
    "qlty": "qlty smells --all",
    "test": "node --test test/*.js",
    "test:coverage": "node --test --experimental-test-coverage --test-coverage-exclude=package.json --test-coverage-exclude=test/*.js 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-p0f.git"
  },
  "keywords": [
    "haraka",
    "plugin",
    "p0f"
  ],
  "author": "Haraka Team <haraka.mail@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haraka/haraka-plugin-p0f/issues"
  },
  "homepage": "https://github.com/haraka/haraka-plugin-p0f#readme",
  "devDependencies": {
    "@haraka/eslint-config": "^3.0.0",
    "haraka-test-fixtures": "^1.7.1",
    "sinon": "^22.0.0"
  },
  "dependencies": {
    "ipaddr.js": "^2.4.0"
  },
  "engines": {
    "node": ">=20"
  },
  "prettier": {
    "printWidth": 120,
    "singleQuote": true,
    "semi": false
  }
}
