zod
Version:
Typescript-first schema declaration and validation library with static type inference
36 lines (35 loc) • 753 B
JSON
{
"name": "zod",
"version": "1.0.5",
"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"
],
"scripts": {
"play": "nodemon -e ts -w . -x ts-node playground.ts"
}
}