{
  "name": "address-rfc2822",
  "version": "2.2.4",
  "description": "RFC 2822 & 5322 (Header) email address parser",
  "main": "index.js",
  "files": [
    "CHANGELOG.md"
  ],
  "homepage": "https://github.com/haraka/node-address-rfc2822",
  "keywords": [
    "email",
    "address",
    "rfc822",
    "rfc2822",
    "rfc5322",
    "mail",
    "from"
  ],
  "scripts": {
    "format": "npm run prettier:fix && npm run lint:fix",
    "lint": "npx eslint *.js test",
    "lint:fix": "npx eslint *.js test --fix",
    "prettier": "npx prettier . --check",
    "prettier:fix": "npx prettier . --write --log-level=warn",
    "test": "node --test",
    "versions": "npx npm-dep-mgr check",
    "versions:fix": "npx npm-dep-mgr update",
    "test:coverage": "npx c8 --reporter=text --reporter=text-summary npm test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/haraka/node-address-rfc2822.git"
  },
  "devDependencies": {
    "@haraka/eslint-config": "^2.0.4"
  },
  "license": "MIT",
  "dependencies": {
    "email-addresses": "^5.0.0"
  },
  "prettier": {
    "printWidth": 90,
    "singleQuote": true,
    "semi": false
  }
}
