spb/cancerindex
Public
TypeScript 97.2%
SQL 1.5%
CSS 0.6%
JavaScript 0.5%
1{2 "name": "@cancerindex/workers",3 "version": "0.1.0",4 "private": true,5 "type": "module",6 "description": "CancerIndex background worker — pg-boss scheduler for connector runs, counters, rankings and health probes",7 "scripts": {8 "start": "tsx main.ts",9 "dev": "tsx watch main.ts",10 "build": "tsc -p tsconfig.json --noEmit",11 "typecheck": "tsc -p tsconfig.json --noEmit",12 "test": "vitest run --passWithNoTests"13 },14 "dependencies": {15 "@cancerindex/connectors": "workspace:*",16 "@cancerindex/database": "workspace:*",17 "@cancerindex/ranking": "workspace:*",18 "@cancerindex/shared": "workspace:*",19 "drizzle-orm": "^0.45.0",20 "pg-boss": "^12.0.0",21 "postgres": "^3.4.7"22 },23 "devDependencies": {24 "@types/node": "^24.0.0",25 "tsx": "^4.20.0",26 "typescript": "^5.9.3",27 "vitest": "^3.2.0"28 }29}30