{
  "name": "react-hybrid-form",
  "description": "A super simple, straightforward and powerful hybrid form library which combines the benefits of both controlled or uncontrolled form.",
  "author": "shahin-m-hashim",
  "version": "1.0.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/shahin-m-hashim/react-hybrid-form"
  },
  "homepage": "https://github.com/shahin-m-hashim/react-hybrid-form#readme",
  "main": "dist/esm/index.js",
  "files": [
    "dist",
    "docs",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "package.json",
    "RHF_banner.webp"
  ],
  "types": "dist/index.d.ts",
  "scripts": {
    "rollup": "rollup -c --bundleConfigAsCjs"
  },
  "keywords": [
    "form",
    "forms",
    "frontend",
    "typescript",
    "react-form",
    "controlled-form",
    "react-hybrid-form",
    "uncontrolled-form"
  ],
  "type": "module",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.1",
    "@rollup/plugin-node-resolve": "^15.3.0",
    "@rollup/plugin-sucrase": "^5.0.2",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/react": "^18.3.12",
    "@types/react-dom": "^18.3.1",
    "rollup": "^4.24.4",
    "rollup-plugin-dts": "^6.1.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "typescript": "^5.6.3"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  }
}
