{
  "_args": [
    [
      "react-hook-form@7.3.0",
      "/home/crm/camaraca.crm-cmlapps.com"
    ]
  ],
  "_from": "react-hook-form@7.3.0",
  "_id": "react-hook-form@7.3.0",
  "_inBundle": false,
  "_integrity": "sha512-hV2/p55XXvV9M4FU7c3hNKnD0gI+UU+qtekyOcYvU7Wea6gsLTjy1vwdUv0itd5w0T/DE4le5fimiV8O+poknw==",
  "_location": "/react-hook-form",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-hook-form@7.3.0",
    "name": "react-hook-form",
    "escapedName": "react-hook-form",
    "rawSpec": "7.3.0",
    "saveSpec": null,
    "fetchSpec": "7.3.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.3.0.tgz",
  "_spec": "7.3.0",
  "_where": "/home/crm/camaraca.crm-cmlapps.com",
  "author": {
    "email": "bluebill1049@hotmail.com"
  },
  "bugs": {
    "url": "https://github.com/react-hook-form/react-hook-form/issues"
  },
  "bundlesize": [
    {
      "path": "./dist/index.cjs.js",
      "maxSize": "9.5 kB"
    }
  ],
  "description": "Performant, flexible and extensible forms library for React Hooks",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^17.1.0",
    "@rollup/plugin-node-resolve": "^11.2.0",
    "@testing-library/jest-dom": "^5.11.9",
    "@testing-library/react": "^11.2.5",
    "@testing-library/react-hooks": "^5.0.3",
    "@testing-library/react-native": "^5.0.3",
    "@types/jest": "^26.0.20",
    "@types/react": "^17.0.2",
    "@types/react-dom": "^17.0.1",
    "@types/react-native": "^0.63.50",
    "@types/react-test-renderer": "^17.0.1",
    "@typescript-eslint/eslint-plugin": "^4.15.1",
    "@typescript-eslint/parser": "^4.15.1",
    "@vitejs/plugin-react-refresh": "^1.3.1",
    "babel-jest": "^26.6.3",
    "bundlesize": "^0.18.0",
    "copyfiles": "^2.4.1",
    "coveralls": "^3.1.0",
    "cypress": "6.4.0",
    "cypress-parallel": "^0.1.9",
    "eslint": "^7.20.0",
    "eslint-config-prettier": "^6.15.0",
    "eslint-plugin-cypress": "^2.11.1",
    "eslint-plugin-prettier": "^3.3.1",
    "eslint-plugin-react": "^7.22.0",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "husky": "^4.3.0",
    "jest": "^26.6.3",
    "jest-performance-testing": "^1.0.0",
    "lint-staged": "^10.5.4",
    "metro-react-native-babel-preset": "^0.63.0",
    "prettier": "^2.2.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-native": "^0.62.2",
    "react-performance-testing": "^1.2.0",
    "react-test-renderer": "^17.0.1",
    "rimraf": "^3.0.2",
    "rollup": "^2.39.0",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "rollup-plugin-sourcemaps": "^0.6.2",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-typescript2": "^0.30.0",
    "ts-jest": "^26.5.1",
    "typescript": "^4.2.3"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs.js"
    }
  },
  "files": [
    "dist",
    "dist/__tests__"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/react-hook-form"
  },
  "homepage": "https://www.react-hook-form.com",
  "husky": {
    "hooks": {
      "pre-commit": "npm run lint:types && lint-staged"
    }
  },
  "jsdelivr": "dist/index.umd.js",
  "jsnext:main": "dist/index.esm.js",
  "keywords": [
    "react",
    "hooks",
    "form",
    "forms",
    "form-validation",
    "validation",
    "typescript",
    "react-hooks"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts,tsx}": [
      "npm run lint:fix"
    ],
    "*.{md,json,yml}": [
      "prettier --write"
    ]
  },
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "name": "react-hook-form",
  "peerDependencies": {
    "react": "^16.8.0 || ^17"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-hook-form/react-hook-form.git"
  },
  "scripts": {
    "build": "npm run build:modern && npm run cp:dts",
    "build:esm": "rollup -c ./scripts/rollup/rollup.esm.config.js",
    "build:modern": "rollup -c ./scripts/rollup/rollup.config.js",
    "bundlesize": "npm run build:modern && bundlesize",
    "clean": "rimraf dist",
    "coverage": "jest --coverage --coverageReporters=text-lcov | coveralls",
    "cp:dts": "copyfiles -f ./src/**/*.d.ts dist && rimraf dist/__tests__",
    "cypress": "cypress run",
    "cypress:open": "cypress open",
    "cypress:parallel": "cypress-parallel -s cypress -t 4 -d -a",
    "lint": "eslint '**/*.{js,ts,tsx}'",
    "lint:fix": "npm run lint -- --fix",
    "lint:types": "tsc --noEmit",
    "prebuild": "npm run clean",
    "prepublishOnly": "npm run lint:fix && npm run lint:types && npm test && npm run build",
    "start:app": "npm run build:esm && yarn link && yarn --cwd node_modules/react link && yarn --cwd ./app link react react-hook-form && yarn --cwd ./app && yarn --cwd ./app run dev",
    "test": "jest --config ./scripts/jest/jest.config.js",
    "test:coverage": "npm run test -- --coverage",
    "test:native": "TEST_ENV=native npm run test",
    "test:server": "TEST_ENV=server npm run test",
    "test:watch": "npm run test -- --onlyChanged --watch",
    "test:web": "TEST_ENV=web npm run test"
  },
  "sideEffects": true,
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "umd:main": "dist/index.umd.js",
  "unpkg": "dist/index.umd.js",
  "version": "7.3.0"
}
