zod
Version:
Typescript-first schema declaration and validation library with static type inference
33 lines (32 loc) • 675 B
JSON
{
"name": "zod",
"version": "1.0.2",
"description": "Typescript-first schema declaration and validation library with static type inference",
"main": "index.ts",
"repository": {
"type": "git",
"url": "https://github.com/vriad/zod"
},
"author": "Colin McDonnell <colin@vriad.com>",
"license": "MIT",
"sideEffects": false,
"bugs": {
"url": "https://github.com/vriad/zod/issues"
},
"homepage": "https://github.com/vriad/zod",
"dependencies": {},
"tags": [
"typescript",
"schema",
"validation",
"type",
"inference"
],
"keywords": [
"typescript",
"schema",
"validation",
"type",
"inference"
]
}