2026-07-17 22:10:34 +02:00

28 lines
610 B
JSON

{
"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": "^4.6.0",
"pino": "^9.5.0",
"tsx": "^4.19.2",
"@llm-gateway/prompt-optimizer": "*"
},
"devDependencies": {
"typescript": "^5.7.2",
"@types/node": "^22.10.6",
"@types/pg": "^8.11.10",
"@types/js-yaml": "^4.0.9",
"vitest": "^4.1.10"
}
}