{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@sanity-typed/zod",
  "version": "5.0.1",
  "description": "Generate Zod Schemas from Sanity Schemas",
  "keywords": [
    "sanity",
    "sanity-io",
    "types",
    "typescript",
    "cms",
    "headless",
    "realtime",
    "content",
    "zod",
    "schema",
    "validation",
    "type",
    "inference"
  ],
  "homepage": "https://github.com/saiichihashimoto/sanity-typed/tree/main/packages/zod",
  "bugs": "https://github.com/saiichihashimoto/sanity-typed/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saiichihashimoto/sanity-typed.git"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/saiichihashimoto"
  },
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    }
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "npm run build -- --no-clean",
    "test": "jest"
  },
  "dependencies": {
    "@portabletext-typed/types": "4.0.1",
    "@sanity-typed/types": "9.0.1",
    "lodash": "4.17.21",
    "type-fest": "4.30.2"
  },
  "devDependencies": {
    "@babel/core": "7.26.0",
    "@babel/preset-env": "7.26.0",
    "@jest/globals": "29.7.0",
    "@jest/types": "29.6.3",
    "@saiichihashimoto/test-utils": "1.1.0",
    "@sanity-typed/traverse-validation": "0.0.0-development",
    "@sanity-typed/tsconfig": "0.0.0-development",
    "@sanity-typed/utils": "0.0.0-development",
    "babel-jest": "29.7.0",
    "jest": "29.7.0",
    "sanity": "3.91.0",
    "ts-jest": "29.2.5",
    "zod": "3.24.2"
  },
  "peerDependencies": {
    "sanity": "^3.25.0",
    "typescript": "5.7.2 || 5.7.3",
    "zod": "^3.21.4"
  },
  "engines": {
    "node": "^22.22.0"
  }
}
