{
  "name": "@chkit/plugin-backfill",
  "version": "0.1.2-beta.7",
  "description": "Time-windowed data backfill with checkpoints for chkit",
  "license": "MIT",
  "author": "ObsessionDB",
  "keywords": [
    "clickhouse",
    "backfill",
    "data-migration",
    "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-backfill"
  },
  "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"
    },
    "./sdk": {
      "source": "./src/sdk.ts",
      "types": "./dist/sdk.d.ts",
      "default": "./dist/sdk.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",
    "test:env": "doppler run --project chkit --config ci -- bun test src",
    "seed:env": "doppler run --project chkit --config ci -- bun run src/chunking/e2e/seed-datasets.script.ts",
    "clean": "rm -rf dist"
  },
  "dependencies": {
    "@chkit/clickhouse": "0.1.2-beta.7",
    "@chkit/core": "0.1.2-beta.7",
    "@logtape/logtape": "^2.0.5",
    "p-map": "^7.0.4",
    "zod": "^4.3.6"
  }
}
