{
  "name": "eslint-plugin-wpcalypso",
  "version": "8.0.0",
  "description": "Custom ESLint rules for the WordPress.com Calypso project.",
  "repository": {
    "type": "git",
    "url": "https://github.com/Automattic/wp-calypso.git",
    "directory": "packages/eslint-plugin-wpcalypso"
  },
  "homepage": "https://github.com/Automattic/wp-calypso",
  "bugs": "https://github.com/Automattic/wp-calypso/issues",
  "license": "GPL-2.0-or-later",
  "keywords": [
    "eslint",
    "eslintplugin",
    "eslint-plugin"
  ],
  "author": "Automattic Inc.",
  "main": "lib/index.js",
  "files": [
    "lib/"
  ],
  "engines": {
    "node": ">=v14.21.3"
  },
  "peerDependencies": {
    "@babel/core": ">=7.17.5",
    "eslint": ">=8.48.0",
    "eslint-plugin-inclusive-language": "^2.2.0",
    "eslint-plugin-jsdoc": "^46.5.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.3.0"
  },
  "peerDependenciesMeta": {
    "eslint-plugin-react": {
      "optional": true
    },
    "eslint-plugin-react-hooks": {
      "optional": true
    }
  },
  "devDependencies": {
    "@automattic/calypso-typescript-config": "^1.0.0",
    "@babel/core": "^7.17.5",
    "@babel/eslint-parser": "^7.17.0",
    "@babel/parser": "^7.17.3",
    "eslint": "^8.48.0"
  }
}