{
  "name": "udp-schema",
  "version": "2.35.0",
  "description": "Shared Zod schemas for User Detailed Profile (frontend + backend).",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist",
    "README.md"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "type-check": "tsc --noEmit",
    "lint": "biome lint .",
    "format": "biome format --write .",
    "check": "npm run type-check && biome check --write .",
    "check:staged": "biome check --staged --write --no-errors-on-unmatched",
    "prepublishOnly": "npm run build && npm run check"
  },
  "keywords": [
    "zod",
    "schema",
    "user-detailed-profile",
    "udp",
    "typescript"
  ],
  "author": "Hari",
  "license": "MIT",
  "peerDependencies": {
    "zod": "^4.4.0"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.4.2",
    "@types/node": "^24.10.1",
    "typescript": "^5.9.3",
    "zod": "^4.4.3"
  }
}
