lilith-platform.live/codebase/@features/quinn-ai/engine/package.json
2026-05-14 23:06:57 -07:00

31 lines
900 B
JSON

{
"name": "@lilith/quinn-ai-engine",
"type": "module",
"version": "0.1.0",
"private": true,
"description": "Prospect-outreach daemons for Quinn-AI (watcher, auto-respond, booking, scheduled-send)",
"scripts": {
"build": "tsup",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist",
"status": "node dist/cli/status.js",
"test": "bun test src/__tests__/",
"start:mail-autoresponder": "tsx src/workers/mail-autoresponder/index.ts"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.96.0",
"@lilith/model-boss-client": "4.3.2",
"@lilith/model-boss-types": "4.3.0",
"@lilith/quinn-outreach-heartbeat": "0.1.2",
"imapflow": "^1.3.3",
"pg": "^8.13.3"
},
"devDependencies": {
"@lilith/configs": "2.5.0",
"@types/node": "^20.19.28",
"@types/pg": "^8.11.14",
"tsup": "^8.5.1",
"tsx": "^4.19.4",
"typescript": "^5.9.3"
}
}