{ "name": "daemon", "version": "0.0.0", "private": true, "type": "module", "module": "src/index.ts", "scripts": { "dev": "bun --env-file=../../.env run --watch src/index.ts", "build": "bun --env-file=../../.env build src/index.ts --compile --outfile dist/code-daemon", "start": "bun --env-file=../../.env ./dist/code-daemon", "check-types": "tsc --noEmit" }, "dependencies": { "@code/backend": "workspace:*", "@code/env": "workspace:*", "@code/primitives": "workspace:*", "@effect/platform-bun": "catalog:", "@rivet-dev/agentos": "catalog:", "convex": "catalog:", "effect": "catalog:", "rivetkit": "2.3.7" }, "devDependencies": { "@code/config": "workspace:*", "@types/bun": "catalog:", "@types/node": "^22.13.14", "typescript": "catalog:" } }