{
  "name": "react-use-simple-form",
  "version": "1.0.2",
  "description": "A React hook which manages and validates form state.",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc --sourceMap false",
    "prepublishOnly": "npm run-script build"
  },
  "peerDependencies": {
    "react": ">= 16.0.0"
  },
  "keywords": [
    "React",
    "Form",
    "Forms",
    "State",
    "Validation",
    "Data",
    "Hook",
    "Hooks",
    "Simple",
    "Use",
    "Simple",
    "Easy"
  ],
  "files": [
    "dist"
  ],
  "homepage": "https://github.com/thehenrymcintosh/use-simple-form",
  "bugs": {
    "url": "https://github.com/thehenrymcintosh/use-simple-form/issues"
  },
  "author": "Henry McIntosh",
  "license": "MIT",
  "devDependencies": {
    "@types/react": "^19.0.10",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.2"
  }
}
