{
  "name": "eslint-plugin-react-perf",
  "version": "3.3.3",
  "description": "Performance-minded React linting rules for ESLint",
  "main": "index.js",
  "scripts": {
    "lint": "eslint",
    "lint:watch": "esw --ext .js --watch .",
    "test": "mocha tests/**/*.js",
    "test:debug": "mocha --inspect-brk tests/**/*.js",
    "test:watch": "mocha tests/**/*.js -w",
    "test:coverage": "istanbul cover --dir reports/coverage node_modules/mocha/bin/_mocha tests/**/*.js -- --reporter dot"
  },
  "keywords": [
    "react",
    "eslint",
    "eslintplugin",
    "eslint-plugin",
    "perf"
  ],
  "author": "Charles Vazac <cvazac@gmail.com>",
  "contributors": [
    "Valjean Clark III <valjeanbud@gmail.com>"
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:cvazac/eslint-plugin-react-perf.git"
  },
  "license": "MIT",
  "devDependencies": {
    "eslint": "^9.12.0",
    "istanbul": "^0.4.5",
    "mocha": "^10.2.0"
  },
  "peerDependencies": {
    "eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0"
  },
  "engines": {
    "node": ">=6.9.1"
  }
}
