{
  "name": "react-hook-form-input",
  "version": "1.1.10",
  "description": "Wrapper component for controlled inputs",
  "main": "dist/index.js",
  "module": "dist/index.es.js",
  "repository": "git@github.com:react-hook-form/react-hook-form-input.git",
  "author": "Beier Luo <bluebill1049@hotmail.com>",
  "license": "MIT",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "jest --runInBand",
    "test:watch": "yarn test -- --watchAll",
    "clean": "rm -rf dist",
    "build": "rollup -c",
    "prettier": "prettier --write './src/**/*.ts' './src/**/*.tsx' --config ./.prettierrc",
    "lint": "yarn lint:check --fix && yarn prettier",
    "lint:check": "eslint ./src --ext .tsx,.ts --ignore-pattern *.test.ts --report-unused-disable-directives",
    "postrelease": "yarn publish && git push --follow-tags",
    "prepublishOnly": "yarn lint && yarn test && yarn run clean && yarn build"
  },
  "devDependencies": {
    "@material-ui/core": "^4.7.1",
    "@testing-library/react": "^9.3.2",
    "@testing-library/react-hooks": "^3.2.1",
    "@types/jest": "^24.0.23",
    "@types/react": "^16.9.0",
    "@types/react-dom": "^16.9.4",
    "@types/react-select": "^3.0.8",
    "@types/react-test-renderer": "^16.9.0",
    "@typescript-eslint/eslint-plugin": "^2.7.0",
    "@typescript-eslint/parser": "^2.7.0",
    "bundlesize": "^0.18.0",
    "coveralls": "^3.0.3",
    "eslint": "^6.6.0",
    "eslint-plugin-react": "^7.13.0",
    "eslint-plugin-react-hooks": "^2.2.0",
    "husky": ">=1",
    "jest": "^24.7.1",
    "lint-staged": ">=8",
    "mutationobserver-shim": "^0.3.3",
    "prettier": "^1.19.1",
    "react": "^16.9.0",
    "react-dom": "^16.9.0",
    "react-hook-form": "^3.28.0",
    "react-select": "^3.0.8",
    "react-test-renderer": "^16.9.0",
    "rollup": "^1.20.3",
    "rollup-plugin-terser": "^5.1.1",
    "rollup-plugin-typescript2": "^0.25.2",
    "ts-jest": "^24.0.2",
    "typescript": "^3.7.2"
  },
  "peerDependencies": {
    "react": "^16.8.0",
    "react-hook-form": "^3.28.0"
  }
}
