{
  "name": "@chkit/clickhouse",
  "version": "0.1.2-beta.7",
  "description": "ClickHouse client wrapper for chkit",
  "license": "MIT",
  "author": "ObsessionDB",
  "keywords": [
    "clickhouse",
    "database",
    "client"
  ],
  "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/clickhouse"
  },
  "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"
    },
    "./e2e-testkit": {
      "source": "./src/e2e-testkit.ts",
      "types": "./dist/e2e-testkit.d.ts",
      "default": "./dist/e2e-testkit.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",
    "@clickhouse/client": "^1.18.0",
    "@logtape/logtape": "^2.0.5",
    "p-retry": "^7.1.1"
  }
}
