🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
20 lines
497 B
JSON
20 lines
497 B
JSON
{
|
|
"name": "@hookform/resolvers/ajv",
|
|
"amdName": "hookformResolversAjv",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "React Hook Form validation resolver: ajv",
|
|
"main": "dist/ajv.js",
|
|
"module": "dist/ajv.module.js",
|
|
"umd:main": "dist/ajv.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",
|
|
"ajv": "^8.12.0",
|
|
"ajv-errors": "^3.0.0"
|
|
}
|
|
}
|