mirror of
https://github.com/Tria-plc/emaui.git
synced 2026-08-27 08:32:56 +00:00
18 lines
448 B
JSON
18 lines
448 B
JSON
{
|
|
"name": "@hookform/resolvers/joi",
|
|
"amdName": "hookformResolversJoi",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "React Hook Form validation resolver: joi",
|
|
"main": "dist/joi.js",
|
|
"module": "dist/joi.module.js",
|
|
"umd:main": "dist/joi.umd.js",
|
|
"source": "src/index.ts",
|
|
"types": "dist/index.d.ts",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react-hook-form": "^7.55.0",
|
|
"@hookform/resolvers": "^2.0.0"
|
|
}
|
|
}
|