{
  "name": "@cancerindex/workers",
  "version": "0.1.0",
  "private": true,
  "type": "module",
  "description": "CancerIndex background worker — pg-boss scheduler for connector runs, counters, rankings and health probes",
  "scripts": {
    "start": "tsx main.ts",
    "dev": "tsx watch main.ts",
    "build": "tsc -p tsconfig.json --noEmit",
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "test": "vitest run --passWithNoTests"
  },
  "dependencies": {
    "@cancerindex/connectors": "workspace:*",
    "@cancerindex/database": "workspace:*",
    "@cancerindex/ranking": "workspace:*",
    "@cancerindex/shared": "workspace:*",
    "drizzle-orm": "^0.45.0",
    "pg-boss": "^12.0.0",
    "postgres": "^3.4.7"
  },
  "devDependencies": {
    "@types/node": "^24.0.0",
    "tsx": "^4.20.0",
    "typescript": "^5.9.3",
    "vitest": "^3.2.0"
  }
}
