{ "name": "@code/agents", "version": "0.0.0", "private": true, "type": "module", "scripts": { "build": "bun --env-file=../../.env flue build", "check-types": "tsc --noEmit", "dev": "bun --env-file=../../.env flue dev", "dev:tailscale": "bun --env-file=../../.env flue dev", "run": "bun --env-file=../../.env flue run", "run:zopu": "bun --env-file=../../.env flue run zopu", "run:work-planner": "bun --env-file=../../.env flue run work-planner" }, "dependencies": { "@code/backend": "workspace:*", "@code/env": "workspace:*", "@flue/runtime": "latest", "convex": "catalog:", "hono": "catalog:", "valibot": "catalog:" }, "devDependencies": { "@code/config": "workspace:*", "@flue/cli": "latest", "@types/bun": "catalog:", "typescript": "catalog:" } }