Files
open-gsio/packages/server/package.json
geoffsee 06b6a68b9b Enable tool-based message generation in chat-stream-provider and add BasicValueTool and WeatherTool.
Updated dependencies to latest versions in `bun.lock`. Modified development script in `package.json` to include watch mode.
2025-07-17 13:47:50 -04:00

35 lines
959 B
JSON

{
"name": "@open-gsio/server",
"type": "module",
"scripts": {
"dev": "bun --watch src/server/server.ts",
"build": "bun ./src/server/build.ts"
},
"devDependencies": {
"@open-gsio/env": "workspace:*",
"@open-gsio/client": "workspace:*",
"@open-gsio/router": "workspace:*",
"@open-gsio/coordinators": "workspace:*",
"@open-gsio/ai": "workspace:*",
"bun-sqlite-key-value": "^1.13.1",
"@cloudflare/workers-types": "^4.20241205.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/user-event": "^14.5.2",
"@vitest/coverage-v8": "^3.1.4",
"@vitest/ui": "^3.1.4",
"chokidar": "^4.0.1",
"itty-router": "^5.0.18",
"jsdom": "^24.0.0",
"mobx": "^6.13.5",
"mobx-state-tree": "^6.0.1",
"moo": "^0.5.2",
"typescript": "^5.7.2",
"vike": "0.4.235",
"vite": "^7.0.0",
"zod": "^3.23.8",
"dotenv": "^17.0.0",
"bun": "^1.2.17",
"@types/bun": "^1.2.17"
}
}