mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
19 lines
421 B
JSON
19 lines
421 B
JSON
{
|
|
"name": "@open-gsio/ai",
|
|
"type": "module",
|
|
"module": "src/index.ts",
|
|
"scripts": {
|
|
"tests": "vitest run",
|
|
"tests:coverage": "vitest run --coverage.enabled=true"
|
|
},
|
|
"devDependencies": {
|
|
"@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"
|
|
}
|
|
}
|