{
  "name": "eslint-plugin-react",
  "version": "7.14.3",
  "author": "Yannick Croissant <yannick.croissant+npm@gmail.com>",
  "description": "React specific linting rules for ESLint",
  "main": "index.js",
  "scripts": {
    "coveralls": "cat ./reports/coverage/lcov.info | coveralls",
    "lint": "eslint ./",
    "postlint": "npm run type-check",
    "pretest": "npm run lint",
    "test": "npm run unit-test",
    "type-check": "tsc",
    "unit-test": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/lib/**/*.js tests/util/**/*.js tests/index.js"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "lib"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/yannickcr/eslint-plugin-react"
  },
  "homepage": "https://github.com/yannickcr/eslint-plugin-react",
  "bugs": "https://github.com/yannickcr/eslint-plugin-react/issues",
  "dependencies": {
    "array-includes": "^3.0.3",
    "doctrine": "^2.1.0",
    "has": "^1.0.3",
    "jsx-ast-utils": "^2.1.0",
    "object.entries": "^1.1.0",
    "object.fromentries": "^2.0.0",
    "object.values": "^1.1.0",
    "prop-types": "^15.7.2",
    "resolve": "^1.10.1"
  },
  "devDependencies": {
    "@types/eslint": "^4.16.6",
    "@types/estree": "0.0.39",
    "@types/node": "^12.0.0",
    "babel-eslint": "^8.2.6",
    "coveralls": "^3.0.2",
    "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.2",
    "istanbul": "^0.4.5",
    "mocha": "^5.2.0",
    "sinon": "^7.2.2",
    "typescript": "^3.2.2",
    "typescript-eslint-parser": "^20.1.1"
  },
  "peerDependencies": {
    "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0"
  },
  "engines": {
    "node": ">=4"
  },
  "keywords": [
    "eslint",
    "eslint-plugin",
    "eslintplugin",
    "react"
  ],
  "license": "MIT"
}