mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
This eliminates duplicate package versions that were causing build issues and inconsistent behavior across the monorepo. Dependencies now resolve to single versions through the workspace catalog, making installs faster and more reliable.
30 lines
800 B
JSON
30 lines
800 B
JSON
{
|
|
"name": "@opencode-ai/console-function",
|
|
"version": "0.15.2",
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/workers-types": "catalog:",
|
|
"@tsconfig/node22": "22.0.2",
|
|
"@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:",
|
|
"@opencode-ai/console-core": "workspace:*",
|
|
"@opencode-ai/console-resource": "workspace:*",
|
|
"@openauthjs/openauth": "0.0.0-20250322224806",
|
|
"ai": "catalog:",
|
|
"hono": "catalog:",
|
|
"zod": "catalog:"
|
|
}
|
|
}
|