{
  "name": "@asherng/hooks",
  "version": "1.0.15",
  "description": "Hooks for React components",
  "bugs": {
    "url": "https://github.com/kidjp85/react-ui/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:kidjp85/react-ui.git",
    "directory": "hooks"
  },
  "keywords": [
    "React",
    "component",
    "hooks"
  ],
  "main": "dist/index",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "@hookform/resolvers": "3.3.4",
    "lodash.once": "4.1.1",
    "react-fast-compare": "3.2.2",
    "react-hook-form": "7.51.1",
    "zod": "3.22.4",
    "@asherng/utils": "^1.0.15"
  },
  "devDependencies": {
    "@types/lodash.once": "4.1.9",
    "typescript": "5.4.3",
    "@asherng/common-types": "^1.0.15"
  },
  "publishConfig": {
    "access": "public"
  },
  "exports": {
    "./*": {
      "types": "./dist/*/index.d.ts",
      "require": "./dist/*/index.js",
      "import": {
        "types": "./dist/*/index.d.mts",
        "default": "./dist/*/index.mjs"
      }
    }
  },
  "author": "Asher Nguyen <phucnguyenhoang1985@gmail.com>",
  "license": "MIT",
  "gitHead": "c4702ddc44863e127b8f57ceee1141daecad5d35",
  "scripts": {
    "build": "tsup",
    "build:fast": "pnpm build --no-splitting --shims",
    "dev": "pnpm clean && pnpm build:fast --watch src",
    "clean": "rimraf dist"
  }
}