{
  "name": "@damilaredev/react-form-validation-hook",
  "version": "1.3.0",
  "description": "React Form Validation",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist"
  },
  "files": [
    "dist",
    "package.json"
  ],
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc --noEmit && tsup",
    "prepublish": "pnpm build",
    "release": "bumpp --commit --push --tag && npm publish --access=public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dammy001/react-form-validation.git"
  },
  "keywords": [
    "react",
    "reactjs",
    "form",
    "validation",
    "validate",
    "validator",
    "input",
    "data",
    "custom-validation",
    "validation hook",
    "hook"
  ],
  "author": "Damilare Anjorin",
  "email": "damilareanjorin1@gmail.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dammy001/react-form-validation/issues"
  },
  "homepage": "https://github.com/dammy001/react-form-validation#readme",
  "devDependencies": {
    "@babel/cli": "7.21.5",
    "@babel/core": "7.21.8",
    "@babel/plugin-transform-runtime": "7.21.4",
    "@babel/preset-env": "7.21.5",
    "@babel/preset-react": "7.18.6",
    "@babel/runtime": "7.21.5",
    "@rollup/plugin-babel": "6.0.3",
    "@rollup/plugin-commonjs": "25.0.0",
    "@types/react": "18.2.6",
    "@types/react-dom": "18.2.4",
    "bumpp": "9.1.0",
    "rimraf": "^5.0.1",
    "rollup": "3.22.1",
    "rollup-plugin-sourcemaps": "0.6.3",
    "rollup-plugin-typescript2": "0.34.1",
    "tsup": "^6.7.0",
    "typescript": "5.0.4"
  },
  "peerDependencies": {
    "react": "^17.0.2 || ^18.0.0",
    "react-dom": "^17.0.2 || ^18.0.0"
  }
}
