{
  "name": "minizod",
  "version": "0.1.0",
  "keywords": [
    "mini",
    "zod",
    "zod mini"
  ],
  "license": "MIT",
  "author": "gameroman",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gameroman-npm/minizod.git"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "scripts": {
    "build": "bunx --bun tsdown",
    "prepublishOnly": "bun run build"
  },
  "devDependencies": {
    "@gameroman/config": "0.2.9",
    "tsdown": "0.22.14",
    "typescript": "7.0.2",
    "zod": "4.4.3"
  },
  "inlinedDependencies": {
    "zod": "4.4.3"
  }
}
