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
@@ -1,7 +1,18 @@
|
||||
{
|
||||
"name": "@open-gsio/ai",
|
||||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"module": "src/index.ts",
|
||||
"scripts": {
|
||||
"tests": "vitest run",
|
||||
"tests:coverage": "vitest run --coverage.enabled=true"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@open-gsio/env": "workspace:*"
|
||||
"@open-gsio/env": "workspace:*",
|
||||
"@open-gsio/schema": "workspace:*",
|
||||
"@anthropic-ai/sdk": "^0.32.1",
|
||||
"openai": "^5.0.1",
|
||||
"wrangler": "^4.18.0",
|
||||
"vitest": "^3.1.4",
|
||||
"vite": "^6.3.5"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user