{
  "name": "haraka-email-message",
  "version": "1.3.3",
  "description": "Haraka email message",
  "main": "index.js",
  "files": [
    "CHANGELOG.md",
    "config",
    "lib"
  ],
  "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 test/*.js test/lib/*.js",
    "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": "git+https://github.com/haraka/email-message.git"
  },
  "keywords": [
    "haraka",
    "email-message"
  ],
  "author": "Haraka Team <haraka.mail@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haraka/email-message/issues"
  },
  "homepage": "https://github.com/haraka/email-message#readme",
  "devDependencies": {
    "@haraka/eslint-config": "^2.0.4"
  },
  "dependencies": {
    "haraka-config": "^1.5.0",
    "haraka-message-stream": "^2.0.4",
    "iconv-lite": "^0.7.2",
    "libmime": "^5.3.8",
    "libqp": "^2.1.1"
  },
  "prettier": {
    "singleQuote": true,
    "semi": false
  }
}
