{
  "name": "@chkit/plugin-codegen",
  "version": "0.1.2-beta.7",
  "description": "TypeScript type and Zod schema generation plugin for chkit",
  "license": "MIT",
  "author": "ObsessionDB",
  "keywords": [
    "clickhouse",
    "typescript",
    "codegen",
    "zod",
    "chkit-plugin"
  ],
  "homepage": "https://chkit.obsessiondb.com",
  "bugs": {
    "url": "https://github.com/obsessiondb/chkit/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/obsessiondb/chkit.git",
    "directory": "packages/plugin-codegen"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "source": "./src/index.ts",
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json",
    "dev": "tsc -p tsconfig.json --watch",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "lint": "biome lint src",
    "test": "bun test src",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@chkit/core": "0.1.2-beta.7"
  },
  "peerDependencies": {
    "zod": "^4.0.0"
  },
  "devDependencies": {
    "zod": "^4.3.6"
  }
}
