{
  "name": "@moostjs/zod",
  "version": "0.5.29",
  "description": "@moostjs/zod",
  "sideEffects": false,
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    "./package.json": "./package.json",
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moostjs/moostjs.git",
    "directory": "packages/zod"
  },
  "keywords": [
    "moost",
    "moostjs",
    "composables",
    "framework",
    "wooksjs",
    "prostojs"
  ],
  "author": "Artem Maltsev",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/moostjs/moostjs/issues"
  },
  "homepage": "https://github.com/moostjs/moostjs/tree/main/packages/zod#readme",
  "dependencies": {
    "zod": "^3.22.4"
  },
  "peerDependencies": {
    "moost": "^0.5.29"
  },
  "devDependencies": {
    "vitest": "^3.0.5"
  },
  "scripts": {
    "pub": "pnpm publish --access public",
    "test": "vitest"
  }
}