@schema-hub/zod-error-formatter
Version:
Simple and easy-to-understand zod error messages
27 lines • 705 B
JSON
{
"author": "Mathias Schreck <schreck.mathias@gmail.com>",
"description": "Simple and easy-to-understand zod error messages",
"engines": {
"node": "^22 || ^24"
},
"keywords": [
"error-formatter",
"formatter",
"zod",
"zod-error",
"zod-format"
],
"license": "MIT",
"main": "zod-error-formatter/formatter.js",
"name": "@schema-hub/zod-error-formatter",
"peerDependencies": {
"zod": "^4.0.5"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/enormora/schema-hub.git"
},
"type": "module",
"types": "zod-error-formatter/formatter.d.ts",
"version": "0.0.11"
}