{
  "name": "@lstz/reusable-form",
  "version": "1.0.0",
  "description": "A reusable React component for creating simple, flexible forms.",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/louis-stintzy/reusable-form.git"
  },
  "keywords": [
    "react",
    "form",
    "typescript",
    "reusable",
    "configurable",
    "RHF",
    "React",
    "Hook",
    "Form"
  ],
  "author": "lstz",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/louis-stintzy/reusable-form/issues"
  },
  "homepage": "https://github.com/louis-stintzy/reusable-form#readme",
  "peerDependencies": {
    "@hookform/resolvers": "^4.0.0",
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0",
    "react-hook-form": "^7.0.0",
    "react-router-dom": "^7.3.0",
    "zod": "^3.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.22.0",
    "@types/react": "^19.0.12",
    "@types/react-dom": "^19.0.4",
    "eslint": "^9.22.0",
    "eslint-plugin-prettier": "^5.2.3",
    "eslint-plugin-react": "^7.37.4",
    "eslint-plugin-react-hooks": "^5.2.0",
    "prettier": "^3.5.3",
    "react-router-dom": "^7.4.0",
    "typescript": "^5.8.2",
    "typescript-eslint": "^8.27.0"
  }
}
