{
  "name": "react-native-fn-forms",
  "version": "1.2.4",
  "description": "🚀 Smart form validation library for React Native with built-in validators, multi-country phone formatting (14+ countries), icon support, field matching, auto-save, OTP verification. Real-time validation, TypeScript support, accessibility-first, cross-platform iOS/Android. Pure JavaScript, no native dependencies.",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "build:watch": "tsc --watch",
    "test": "jest",
    "test:watch": "jest --watch",
    "lint": "eslint src/**/*.{ts,tsx}",
    "lint:fix": "eslint src/**/*.{ts,tsx} --fix",
    "prepare": "npm run build",
    "example": "cd example && npm start"
  },
  "keywords": [
    "react-native",
    "forms",
    "validation",
    "typescript",
    "smart-forms",
    "form-validation",
    "phone-validation",
    "international-phone",
    "email-validation",
    "credit-card-validation",
    "otp-verification",
    "two-factor-auth",
    "form-hooks",
    "real-time-validation",
    "accessibility",
    "cross-platform",
    "ios",
    "android",
    "expo"
  ],
  "author": "Fiyaz Hussain <fiyaz1997@gmail.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Fiyaz6772/react-native-fn-forms.git"
  },
  "bugs": {
    "url": "https://github.com/Fiyaz6772/react-native-fn-forms/issues"
  },
  "homepage": "https://github.com/Fiyaz6772/react-native-fn-forms#readme",
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-native": ">=0.60.0"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.28.5",
    "@babel/preset-typescript": "^7.28.5",
    "@types/jest": "^29.5.5",
    "@types/react": "^18.2.22",
    "@types/react-native": "^0.72.2",
    "@typescript-eslint/eslint-plugin": "^6.7.0",
    "@typescript-eslint/parser": "^6.7.0",
    "babel-jest": "^29.7.0",
    "eslint": "^8.49.0",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-react-native": "^4.1.0",
    "jest": "^29.7.0",
    "prettier": "^3.0.3",
    "react": "^18.2.0",
    "react-native": "^0.72.0",
    "typescript": "^5.2.2"
  },
  "files": [
    "lib",
    "src",
    "README.md",
    "LICENSE"
  ],
  "jest": {
    "testEnvironment": "node",
    "setupFilesAfterEnv": [
      "<rootDir>/jest.setup.js"
    ],
    "transform": {
      "^.+\\.(js|jsx|ts|tsx)$": "babel-jest"
    },
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json"
    ],
    "testMatch": [
      "**/__tests__/**/*.(ts|tsx|js)"
    ]
  }
}
