{
  "name": "@mongez/react-form",
  "description": "A Powerful React form handler.",
  "sideEffects": [
    "**/locales/register-defaults*",
    "**/index*"
  ],
  "dependencies": {
    "@mongez/events": "^2.2.0",
    "@mongez/supportive-is": "^2.1.0",
    "@mongez/localization": ">=3.4.0",
    "@mongez/reinforcements": "^3.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hassanzohdy/mongez-react-form"
  },
  "peerDependencies": {
    "react": ">=18.0.0"
  },
  "keywords": [
    "react",
    "react-native",
    "form",
    "form-validation",
    "headless",
    "react-form",
    "react-native-form"
  ],
  "author": "hassanzohdy",
  "license": "MIT",
  "version": "4.0.0",
  "main": "./cjs/index.cjs",
  "module": "./esm/index.mjs",
  "types": "./esm/index.d.mts",
  "exports": {
    ".": {
      "import": {
        "types": "./esm/index.d.mts",
        "default": "./esm/index.mjs"
      },
      "require": {
        "types": "./esm/index.d.mts",
        "default": "./cjs/index.cjs"
      }
    }
  }
}
