{ "name": "@llm-gateway/learning", "version": "1.0.0", "type": "module", "scripts": { "dev": "tsx watch src/index.ts", "start": "node --import tsx/esm src/index.ts", "build": "tsc", "test": "vitest" }, "dependencies": { "pg": "^8.13.1", "pg-boss": "^10.1.3", "js-yaml": "^4.1.0", "node-cron": "^3.0.3", "pino": "^9.5.0", "tsx": "^4.19.2", "@llm-gateway/prompt-optimizer": "*", "@llm-gateway/types": "*" }, "devDependencies": { "typescript": "^5.7.2", "@types/node": "^22.10.6", "@types/pg": "^8.11.10", "@types/node-cron": "^3.0.11", "@types/js-yaml": "^4.0.9", "vitest": "^2.0.5" } }