{ "name": "@llm-gateway/ctx-health", "version": "1.0.0", "type": "module", "description": "CtxHealth — Infrastructure self-healing daemon", "scripts": { "dev": "tsx watch src/index.ts", "start": "node --import tsx/esm src/index.ts", "typecheck": "tsc --noEmit" }, "dependencies": { "node-cron": "^3.0.3", "pino": "^9.0.0", "pg": "^8.11.3", "axios": "^1.6.8" }, "devDependencies": { "@types/node": "^22.0.0", "@types/pg": "^8.11.3", "@types/node-cron": "^3.0.11", "pino-pretty": "^13.0.0", "tsx": "^4.7.2", "typescript": "^5.4.5" } }