opencode_offline/cloud/function/package.json

27 lines
664 B
JSON
Raw Normal View History

2025-08-09 01:22:54 +08:00
{
"name": "@opencode/cloud-function",
2025-09-17 13:09:08 +08:00
"version": "0.9.7",
2025-08-09 01:22:54 +08:00
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
2025-09-02 15:18:13 +08:00
"scripts": {
"typecheck": "tsc --noEmit"
},
2025-08-09 01:22:54 +08:00
"devDependencies": {
"@cloudflare/workers-types": "4.20250522.0",
"@types/node": "catalog:",
"openai": "5.11.0",
"typescript": "catalog:"
},
"dependencies": {
"@ai-sdk/anthropic": "2.0.0",
"@ai-sdk/openai": "2.0.2",
"@ai-sdk/openai-compatible": "1.0.1",
"@hono/zod-validator": "catalog:",
"@openauthjs/openauth": "0.0.0-20250322224806",
"ai": "catalog:",
"hono": "catalog:",
"zod": "catalog:"
}
}