opencode_offline/packages/console/function/package.json

32 lines
866 B
JSON
Raw Normal View History

2025-08-09 01:22:54 +08:00
{
2025-10-05 09:33:39 +08:00
"name": "@opencode-ai/console-function",
2026-02-16 02:49:52 +08:00
"version": "1.2.5",
2025-08-09 01:22:54 +08:00
"$schema": "https://json.schemastore.org/package.json",
"private": true,
"type": "module",
"license": "MIT",
2025-09-02 15:18:13 +08:00
"scripts": {
2025-10-15 06:30:32 +08:00
"typecheck": "tsgo --noEmit"
2025-09-02 15:18:13 +08:00
},
2025-08-09 01:22:54 +08:00
"devDependencies": {
"@cloudflare/workers-types": "catalog:",
2025-10-11 06:17:10 +08:00
"@tsconfig/node22": "22.0.2",
2025-08-09 01:22:54 +08:00
"@types/node": "catalog:",
"openai": "5.11.0",
2025-10-15 06:30:32 +08:00
"typescript": "catalog:",
"@typescript/native-preview": "catalog:"
2025-08-09 01:22:54 +08:00
},
"dependencies": {
"@ai-sdk/anthropic": "2.0.0",
"@ai-sdk/openai": "2.0.2",
"@ai-sdk/openai-compatible": "1.0.1",
"@hono/zod-validator": "catalog:",
2025-10-11 06:17:10 +08:00
"@opencode-ai/console-core": "workspace:*",
"@opencode-ai/console-resource": "workspace:*",
2025-08-09 01:22:54 +08:00
"@openauthjs/openauth": "0.0.0-20250322224806",
"ai": "catalog:",
"hono": "catalog:",
"zod": "catalog:"
}
}