{
  "name": "react-native-use-form-lite",
  "version": "1.7.0",
  "description": "Un hook personalizado y ligero para gestionar formularios en React Native de manera sencilla y eficiente. Facilita la captura y manejo de datos en formularios sin complicaciones, optimizando el proceso de integración y mejora la legibilidad del código.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup src/index.ts --format esm,cjs --dts --out-dir dist"
  },
  "type": "commonjs",
  "peerDependencies": {
    "react": ">=17.0.0",
    "react-native": ">=0.64.0"
  },
  "devDependencies": {
    "@types/react": "^19.1.2",
    "tsup": "^8.4.0",
    "typescript": "^5.8.3"
  },
  "keywords": [
    "react",
    "react-native",
    "form",
    "hook",
    "useForm",
    "form-handling",
    "react-native-forms",
    "useForm-hook",
    "form-state",
    "react-forms",
    "react-native-forms-hook",
    "react-native-use-form",
    "react-native-use-form-hook",
    "react-native-use-form-lite",
    "react-native-use-form-lite-hook"
  ],
  "author": {
    "name": "Urian Viera",
    "email": "urianwebdeveloper@gmail.com",
    "url": "https://www.urianviera.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/urian121/react-native-use-form-lite/issues",
    "email": "urianwebdeveloper@gmail.com"
  },
  "homepage": "https://snack.expo.dev/b7beF8lDI4xyhmbm2sB76",
  "repository": {
    "type": "git",
    "url": "https://github.com/urian121/react-native-use-form-lite.git"
  },
  "seo": {
    "title": "react-native-use-form-lite - Hook para formularios en React Native",
    "description": "Hook personalizable y eficiente para gestionar formularios en React Native. Ideal para simplificar la manipulación de datos y mejorar la legibilidad del código.",
    "canonical": "https://www.npmjs.com/package/react-native-use-form-lite"
  }
}
