{
  "author": {
    "email": "gajus@gajus.com",
    "name": "Gajus Kuizinas",
    "url": "http://gajus.com"
  },
  "dependencies": {
    "comment-parser": "^0.5.1",
    "jsdoctypeparser": "^2.0.0-alpha-8",
    "lodash": "^4.17.11"
  },
  "description": "JSDoc linting rules for ESLint.",
  "devDependencies": {
    "@babel/cli": "^7.2.0",
    "@babel/core": "^7.2.0",
    "@babel/node": "^7.2.0",
    "@babel/plugin-transform-flow-strip-types": "^7.2.0",
    "@babel/preset-env": "^7.2.0",
    "@babel/register": "^7.0.0",
    "babel-plugin-add-module-exports": "^1.0.0",
    "chai": "^4.2.0",
    "eslint": "^5.10.0",
    "eslint-config-canonical": "^15.0.0",
    "gitdown": "^2.5.5",
    "glob": "^7.1.3",
    "globby": "^8.0.1",
    "husky": "^1.2.0",
    "marked": "^0.5.2",
    "mocha": "^5.2.0",
    "semantic-release": "^15.12.4"
  },
  "engines": {
    "node": ">=4"
  },
  "husky": {
    "hooks": {
      "post-commit": "npm run create-readme && git add README.md && git commit -m 'docs: generate docs' --no-verify",
      "pre-commit": "npm run lint && npm run test && npm run build"
    }
  },
  "keywords": [
    "eslint",
    "plugin",
    "jsdoc"
  ],
  "license": "BSD-3-Clause",
  "main": "./dist/index.js",
  "name": "eslint-plugin-jsdoc",
  "peerDependencies": {
    "eslint": ">=4.14.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gajus/eslint-plugin-jsdoc"
  },
  "scripts": {
    "add-assertions": "babel-node ./src/bin/readme-assertions",
    "build": "rm -fr ./dist && NODE_ENV=production babel ./src --out-dir ./dist --copy-files --source-maps",
    "create-readme": "gitdown ./.README/README.md --output-file ./README.md && npm run add-assertions",
    "lint": "eslint ./src ./test",
    "test": "mocha --recursive --require @babel/register"
  },
  "version": "3.15.1"
}
