{
  "name": "@eclass/eslint-config-react",
  "version": "2.1.1",
  "description": "eslint shareable config for react",
  "main": "index.js",
  "scripts": {
    "lint": "eslint . --fix",
    "format": "prettier-standard '*.js'",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eclass/eslint-config-react"
  },
  "keywords": [
    "eslint",
    "eslint-config",
    "eclass",
    "react",
    "typescript"
  ],
  "engines": {
    "node": ">=14.0.0"
  },
  "author": "Leonardo Gatica <lgatica@protonmail.com> (https://about.me/lgatica)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eclass/eslint-config-react/issues"
  },
  "homepage": "https://github.com/eclass/eslint-config-react#readme",
  "dependencies": {
    "eslint-config-prettier": "9.0.0",
    "eslint-config-react-app": "7.0.1",
    "eslint-config-standard": "17.1.0"
  },
  "devDependencies": {
    "@commitlint/cli": "17.7.2",
    "@commitlint/config-conventional": "17.7.0",
    "@eclass/semantic-release-npm-github-config": "4.0.0",
    "@semantic-release/changelog": "6.0.3",
    "@semantic-release/git": "10.0.1",
    "@typescript-eslint/eslint-plugin": "6.7.4",
    "@typescript-eslint/parser": "6.7.4",
    "babel-eslint": "10.1.0",
    "eslint": "8.45.0",
    "eslint-plugin-flowtype": "8.0.3",
    "eslint-plugin-import": "2.28.1",
    "eslint-plugin-jsx-a11y": "6.7.1",
    "eslint-plugin-node": "11.1.0",
    "eslint-plugin-promise": "6.1.1",
    "eslint-plugin-react": "7.33.2",
    "eslint-plugin-react-hooks": "4.6.0",
    "husky": "8.0.3",
    "lint-staged": "14.0.1",
    "prettier-standard": "15.0.1",
    "semantic-release": "22.0.5",
    "typescript": "5.2.2"
  },
  "peerDependencies": {
    "@typescript-eslint/eslint-plugin": "^2.28.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
    "@typescript-eslint/parser": "^2.28.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
    "babel-eslint": "^10.1.0",
    "eslint": ">=5 || >=6 || >=7 || >=8",
    "eslint-plugin-flowtype": "^4.7.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0",
    "eslint-plugin-import": "^2.20.2",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-react": "^7.19.0",
    "eslint-plugin-react-hooks": "^4.2.0"
  }
}
