{
  "name": "haraka-tld",
  "version": "1.3.5",
  "description": "Haraka TLD utilities",
  "main": "index.js",
  "files": [
    "CHANGELOG.md",
    "etc",
    "lib"
  ],
  "scripts": {
    "format": "npm run prettier:fix && npm run lint:fix",
    "lint": "npx eslint *.js lib test",
    "lint:fix": "npx eslint --fix *.js lib test",
    "prettier": "npx prettier . --check",
    "prettier:fix": "npx prettier . --write --log-level=warn",
    "qlty": "qlty smells --all",
    "test": "node --test",
    "test:coverage": "node --test --experimental-test-coverage 'test/*.js'",
    "test:coverage:lcov": "mkdir -p coverage && node --test --experimental-test-coverage --test-reporter=lcov --test-reporter-destination=coverage/lcov.info",
    "versions": "npx npm-dep-mgr check",
    "versions:fix": "npx npm-dep-mgr update"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/haraka/haraka-tld.git"
  },
  "keywords": [
    "haraka",
    "tld",
    "domain"
  ],
  "author": "Haraka Team <haraka.mail@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haraka/haraka-tld/issues"
  },
  "homepage": "https://github.com/haraka/haraka-tld#readme",
  "devDependencies": {
    "@haraka/eslint-config": "^3.0.0"
  },
  "prettier": {
    "printWidth": 120,
    "singleQuote": true,
    "semi": false
  }
}
