deps-upgrade(relationship-worker): ⬆️ Update dependencies in relationship-worker service for improved compatibility and security
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
commit
9afd34ebc6
1 changed files with 26 additions and 0 deletions
26
services/relationship-worker/package.json
Normal file
26
services/relationship-worker/package.json
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "@lilith/imessage-sync-relationship-worker",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "Relationship worker — persona synthesis, efficiency scoring, and financial backfill via LLM analysis of conversation history",
|
||||
"main": "src/main.ts",
|
||||
"scripts": {
|
||||
"start": "tsx src/main.ts",
|
||||
"start:dev": "tsx watch src/main.ts",
|
||||
"typecheck": "tsc --noEmit",
|
||||
"test": "vitest run",
|
||||
"test:watch": "vitest --watch"
|
||||
},
|
||||
"dependencies": {
|
||||
"@lilith/messenger-model-boss": "^1.2.0",
|
||||
"pg": "^8.17.1",
|
||||
"tsx": "^4.19.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.19.30",
|
||||
"@types/pg": "^8.11.10",
|
||||
"typescript": "^5.9.3",
|
||||
"vitest": "^3.2.4"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue