{ "name": "@great-agent/web-server", "version": "0.1.0", "private": true, "type": "module", "scripts": { "dev": "bun --watch src/index.ts", "typecheck": "tsc --noEmit", "build": "bun build src/index.ts --outdir dist --target bun" }, "dependencies": { "@great-agent/agent-core": "workspace:*", "@great-agent/local-data": "workspace:*", "@great-agent/local-files": "workspace:*", "@great-agent/model-deepseek": "workspace:*", "@great-agent/web-contracts": "workspace:*", "hono": "^4.9.0", "pino": "^9.9.0", "zod": "^4.1.0" } }