{
  "name": "@xotic750/eslint-find-rules",
  "version": "4.3.1",
  "description": "Find built-in ESLint rules you don't have in your custom config.",
  "main": "dist/lib/rule-finder.js",
  "scripts": {
    "cover": "nyc --reporter=lcov --reporter=text --reporter=html npm test",
    "lint": "eslint --ext .js,.json .",
    "test": "mocha --recursive --timeout 10000",
    "update-contributors": "all-contributors generate",
    "commit": "git-cz",
    "validate": "npm-run-all --parallel lint cover --sequential check-coverage",
    "check-coverage": "nyc check-coverage --statements 100 --branches 100 --functions 100 --lines 100",
    "prebuild": "rimraf dist",
    "prepare": "npx babel src -d dist",
    "report-coverage": "cat ./coverage/lcov.info | node_modules/.bin/codecov",
    "security": "npm audit",
    "security-fix": "npm run security -- fix",
    "travis-after-all": "travis-after-all && npm run report-coverage"
  },
  "bin": {
    "eslint-find-rules": "dist/bin/find.js",
    "eslint-diff-rules": "dist/bin/diff.js"
  },
  "keywords": [],
  "author": "Michał Gołębiowski <m.goleb@gmail.com>",
  "contributors": [
    "Kent C. Dodds <kent@doddsfamily.us> (http://kentcdodds.com/)",
    "Sarbbottam Bandyopadhyay <sarbbottam@gmail.com>",
    "Andreas Windt <email@andreaswindt.com>"
  ],
  "license": "MIT",
  "dependencies": {
    "cliui": "^6.0.0",
    "eslint-rule-documentation": "^1.0.23",
    "glob": "^7.1.6",
    "path-is-absolute": "^2.0.0",
    "which": "^2.0.2",
    "window-size": "^1.1.1",
    "yargs": "^15.1.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.8.3",
    "@babel/core": "^7.8.3",
    "@babel/node": "^7.8.3",
    "@babel/plugin-transform-property-mutators": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "^7.8.3",
    "@babel/runtime": "^7.8.3",
    "ajv": "^6.10.2",
    "all-contributors-cli": "^6.12.0",
    "babel-core": "^7.0.0-0",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.0.6",
    "codecov": "^3.6.1",
    "commitizen": "^4.0.3",
    "cz-conventional-changelog": "^3.0.2",
    "eslint": "^5 || ^6",
    "eslint-plugin-json": "^2.0.1",
    "ghooks": "^2.0.4",
    "mocha": "^7.0.0",
    "npm-run-all": "^4.1.5",
    "nyc": "^15.0.0",
    "opt-cli": "^1.6.0",
    "proxyquire": "^1.8.0",
    "rimraf": "^3.0.0",
    "sinon": "^8.0.4",
    "travis-after-all": "^1.4.5",
    "validate-commit-msg": "^2.14.0",
    "webpack": "^4.41.5"
  },
  "peerDependencies": {
    "eslint": "^5 || ^6"
  },
  "engines": {
    "node": ">=8.11.4",
    "npm": ">=6.10.1"
  },
  "nyc": {
    "exclude": [
      "test/**/*"
    ]
  },
  "config": {
    "ghooks": {
      "commit-msg": "validate-commit-msg",
      "pre-commit": "opt --in pre-commit --exec \"npm run validate\""
    },
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/xotic750/eslint-find-rules.git"
  },
  "bugs": {
    "url": "https://github.com/xotic750/eslint-find-rules/issues"
  },
  "homepage": "https://github.com/xotic750/eslint-find-rules#readme"
}
