{
  "name": "haraka-notes",
  "version": "1.1.3",
  "description": "Haraka Notes",
  "main": "index.js",
  "files": [
    "CHANGELOG.md"
  ],
  "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": "git+https://github.com/haraka/haraka-notes.git"
  },
  "keywords": [
    "haraka",
    "notes"
  ],
  "author": "Haraka Team <haraka.mail@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haraka/haraka-notes/issues"
  },
  "homepage": "https://github.com/haraka/haraka-notes#readme",
  "devDependencies": {
    "@haraka/eslint-config": "^2.0.4"
  },
  "prettier": {
    "printWidth": 90,
    "singleQuote": true,
    "semi": false
  }
}
