{
  "name": "eslint-plugin-react-hook-form",
  "version": "0.3.1",
  "description": "ESLint plugin for react-hook-form",
  "keywords": [
    "react",
    "react-hook-form",
    "eslint",
    "eslintplugin",
    "eslint-plugin"
  ],
  "author": "Andrew Kao <andykao1213@gmail.com>",
  "main": "lib/index.js",
  "repository": "https://github.com/andykao1213/eslint-plugin-react-hook-form.git",
  "scripts": {
    "test": "mocha tests --recursive",
    "release": "standard-version"
  },
  "dependencies": {
    "requireindex": "~1.1.0"
  },
  "devDependencies": {
    "eslint": "^7.1.0",
    "mocha": "^7.2.0",
    "standard-version": "^9.3.0"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "license": "MIT"
}
