{
  "name": "@fjall/clickhouse",
  "version": "39.0.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fjall-tech/fjall.git",
    "directory": "clickhouse"
  },
  "description": "Runtime helpers for ClickHouse migration containers — user provisioning, SQL file application, connection retry. Consumes the manifest contract published by @fjall/components-infrastructure ClickHouseDatabase.",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist/",
    "!dist/.build-source-hash"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "clean": "rm -rf ./dist ./sourcemaps",
    "clean:node": "rm -rf ./node_modules",
    "build": "node ../scripts/run-build.mjs --purpose=build -- npm run build:steps",
    "build:steps": "npm run clean && npx tsc && node ../scripts/minify-dist.mjs dist && node ../scripts/stamp-build.mjs",
    "prepack": "node ../scripts/check-dist-freshness.mjs",
    "prepublishOnly": "node ../scripts/audit-package-tarball.mjs",
    "watch": "npm run build && npx tsc-watch",
    "watch:only": "npx tsc-watch",
    "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json}\"",
    "format:check": "prettier --check \"src/**/*.{ts,tsx,js,jsx,json}\"",
    "lint": "eslint src/",
    "lint:fix": "eslint src/ --fix",
    "test": "vitest run",
    "typecheck": "npx tsc --noEmit"
  },
  "author": "",
  "license": "SEE LICENSE IN LICENSE",
  "devDependencies": {
    "@clickhouse/client": "^1.23.1",
    "@types/node": "^26.1.2",
    "prettier": "^3.9.6",
    "tsc-watch": "^7.2.1",
    "typescript": "^6.0.3",
    "vitest": "^4.1.11"
  },
  "peerDependencies": {
    "@clickhouse/client": "^1.18.0"
  },
  "dependencies": {
    "@fjall/util": "^39.0.0"
  },
  "engines": {
    "node": ">=22.3.0"
  }
}
