{
  "name": "eslint-plugin-react-prefer-function-component",
  "version": "5.0.0",
  "description": "ESLint plugin that prevents the use of JSX class components",
  "license": "MIT",
  "author": "Tate <tatethurston@gmail.com>",
  "homepage": "https://github.com/tatethurston/eslint-plugin-react-prefer-function-component#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tatethurston/eslint-plugin-react-prefer-function-component.git"
  },
  "bugs": {
    "url": "https://github.com/tatethurston/eslint-plugin-react-prefer-function-component/issues"
  },
  "main": "dist/index.js",
  "scripts": {
    "build": "pnpm clean && pnpm tsc",
    "clean": "rm -rf dist/*",
    "package:build": "pnpm build && pnpm package:prune",
    "package:prune": "find dist -name test.* -delete",
    "typecheck": "tsc --noEmit"
  },
  "types": "dist/index.d.ts",
  "keywords": [
    "eslint react no class",
    "eslint react class",
    "lint react no class",
    "lint react class",
    "lint jsx no class",
    "lint jsx class"
  ],
  "devDependencies": {
    "eslint": "9.37.0"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": "./dist/index.js",
    "./config": "./dist/config.mjs"
  }
}
