Files
bzzz/install/config-ui/node_modules/@hookform/resolvers/zod/package.json
anthonyrawlins c177363a19 Save current BZZZ config-ui state before CHORUS branding update
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-19 00:19:00 +10:00

18 lines
447 B
JSON

{
"name": "@hookform/resolvers/zod",
"amdName": "hookformResolversZod",
"version": "1.0.0",
"private": true,
"description": "React Hook Form validation resolver: zod",
"main": "dist/zod.js",
"module": "dist/zod.module.js",
"umd:main": "dist/zod.umd.js",
"source": "src/index.ts",
"types": "dist/index.d.ts",
"license": "MIT",
"peerDependencies": {
"react-hook-form": "^7.0.0",
"@hookform/resolvers": "^2.0.0"
}
}