mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
wip
This commit is contained in:

committed by
Geoff Seemueller

parent
21d6c8604e
commit
554096abb2
37
packages/services/package.json
Normal file
37
packages/services/package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "@open-gsio/services",
|
||||
"type": "module",
|
||||
"module": "src/index.ts",
|
||||
"scripts": {
|
||||
"tests": "vitest run",
|
||||
"tests:coverage": "vitest run --coverage.enabled=true"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-gsio/env": "workspace:*",
|
||||
"@open-gsio/client": "workspace:*",
|
||||
"@open-gsio/coordinators": "workspace:*",
|
||||
"@open-gsio/schema": "workspace:*",
|
||||
"@open-gsio/ai": "workspace:*",
|
||||
"@anthropic-ai/sdk": "^0.32.1",
|
||||
"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",
|
||||
"openai": "^5.0.1",
|
||||
"typescript": "^5.7.2",
|
||||
"vike": "0.4.193",
|
||||
"vite": "^6.3.5",
|
||||
"vitest": "^3.1.4",
|
||||
"wrangler": "^4.18.0",
|
||||
"zod": "^3.23.8",
|
||||
"dotenv": "^16.5.0"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user