great-agent/apps/web-server/package.json
2026-08-13 17:27:14 +08:00

21 lines
546 B
JSON

{
"name": "@great-agent/web-server",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"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"
}
}