{
  "_from": "react-hook-form@7.71.0",
  "_id": "react-hook-form@7.71.0",
  "_inBundle": false,
  "_integrity": "sha512-oFDt/iIFMV9ZfV52waONXzg4xuSlbwKUPvXVH2jumL1me5qFhBMc4knZxuXiZ2+j6h546sYe3ZKJcg/900/iHw==",
  "_location": "/react-hook-form",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "react-hook-form@7.71.0",
    "name": "react-hook-form",
    "escapedName": "react-hook-form",
    "rawSpec": "7.71.0",
    "saveSpec": null,
    "fetchSpec": "7.71.0"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-hook-form/-/react-hook-form-7.71.0.tgz",
  "_shasum": "0cd17a5650050d19861196a89fe1b24ac8046842",
  "_spec": "react-hook-form@7.71.0",
  "_where": "/var/www/tecnibi",
  "author": {
    "name": "Beier",
    "email": "bluebill1049@hotmail.com",
    "url": "Bill"
  },
  "bugs": {
    "url": "https://github.com/react-hook-form/react-hook-form/issues"
  },
  "bundleDependencies": false,
  "bundlewatch": {
    "files": [
      {
        "path": "./dist/index.cjs.js",
        "maxSize": "11.25 kB"
      }
    ]
  },
  "deprecated": false,
  "description": "Performant, flexible and extensible forms library for React Hooks",
  "devDependencies": {
    "@eslint/compat": "^1.4.1",
    "@microsoft/api-extractor": "^7.55.2",
    "@rollup/plugin-commonjs": "^28.0.9",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@swc/core": "^1.15.3",
    "@swc/jest": "^0.2.39",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^25.0.3",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "bundlewatch": "^0.4.1",
    "cypress": "^15.7.1",
    "eslint": "^9.39.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-cypress": "^5.2.0",
    "eslint-plugin-prettier": "^5.5.4",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.0.1",
    "eslint-plugin-simple-import-sort": "^12.1.1",
    "husky": "^9.1.7",
    "jest": "^30.2.0",
    "jest-environment-jsdom": "^30.2.0",
    "jest-fixed-jsdom": "^0.0.10",
    "jest-preview": "^0.3.2",
    "lint-staged": "^16.2.7",
    "prettier": "^3.7.4",
    "react": "^19.2.3",
    "react-dom": "^19.2.3",
    "rimraf": "^6.1.2",
    "rollup": "^4.53.3",
    "rollup-plugin-typescript2": "^0.36.0",
    "tsd": "^0.33.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.49.0",
    "whatwg-fetch": "^3.6.20",
    "zod": "^3.25.76"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "react-server": "./dist/react-server.esm.mjs",
      "import": "./dist/index.esm.mjs",
      "require": "./dist/index.cjs.js"
    }
  },
  "files": [
    "dist"
  ],
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/react-hook-form"
  },
  "homepage": "https://react-hook-form.com",
  "jsdelivr": "dist/index.umd.js",
  "jsnext:main": "dist/index.esm.mjs",
  "keywords": [
    "react",
    "hooks",
    "form",
    "forms",
    "form-validation",
    "validation",
    "typescript",
    "react-hooks"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.{js,ts,tsx}": [
      "pnpm lint:fix",
      "pnpm prettier:fix"
    ],
    "*.{md,json,yml}": [
      "prettier --write"
    ]
  },
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.mjs",
  "name": "react-hook-form",
  "peerDependencies": {
    "react": "^16.8.0 || ^17 || ^18 || ^19"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-hook-form/react-hook-form.git"
  },
  "scripts": {
    "api-extractor": "api-extractor run --local",
    "api-extractor:build": "pnpm build:esm && pnpm api-extractor",
    "api-extractor:ci": "node scripts/apiExtractor.js",
    "build": "pnpm build:modern",
    "build:esm": "rollup --bundleConfigAsCjs -c ./scripts/rollup/rollup.esm.config.js",
    "build:modern": "rollup --bundleConfigAsCjs -c ./scripts/rollup/rollup.config.js",
    "build:watch": "pnpm build:modern -w",
    "bundlewatch": "pnpm build:modern && bundlewatch",
    "clean": "rimraf dist",
    "csb:install": "npm i -g pnpm@8 && pnpm i",
    "e2e": "cypress run",
    "e2e:watch": "cypress open",
    "jest-preview": "jest-preview",
    "lint": "eslint . --cache",
    "lint:fix": "pnpm lint --fix",
    "postbuild": "node ./scripts/rollup/assert-esm-exports.mjs && node ./scripts/rollup/assert-cjs-exports.cjs",
    "postversion": "git push && git push origin v$npm_package_version",
    "prebuild": "pnpm clean",
    "prettier:fix": "prettier --config .prettierrc --write .",
    "start": "pnpm build:esm && pnpm --dir ./app install && pnpm --dir ./app run dev",
    "test": "jest --config ./scripts/jest/jest.config.js",
    "test:coverage": "pnpm test --coverage",
    "test:type": "tsd src/__typetest__",
    "test:watch": "pnpm test --onlyChanged --watch",
    "test:web": "TEST_ENV=web pnpm test",
    "type": "tsc --noEmit"
  },
  "sideEffects": false,
  "source": "src/index.ts",
  "types": "dist/index.d.ts",
  "umd:main": "dist/index.umd.js",
  "unpkg": "dist/index.umd.js",
  "version": "7.71.0"
}
