21 lines
642 B
JSON
21 lines
642 B
JSON
|
|
{
|
||
|
|
"name": "disclosure-investigator-runtime",
|
||
|
|
"version": "0.1.0",
|
||
|
|
"description": "Investigation Bureau agentic worker — 8 detectives + chief-detective orchestrator. Listens on Postgres LISTEN/NOTIFY, dispatches Claude Sonnet via OAuth subprocess, writes structured evidence/hypotheses to disk + DB.",
|
||
|
|
"type": "module",
|
||
|
|
"private": true,
|
||
|
|
"scripts": {
|
||
|
|
"start": "bun run src/main.ts",
|
||
|
|
"dev": "bun --watch run src/main.ts",
|
||
|
|
"typecheck": "bun tsc --noEmit"
|
||
|
|
},
|
||
|
|
"dependencies": {
|
||
|
|
"pg": "^8.13.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"@types/node": "^22.10.5",
|
||
|
|
"@types/pg": "^8.11.10",
|
||
|
|
"typescript": "^5.7.2"
|
||
|
|
}
|
||
|
|
}
|