{
  "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"
  ]
}
