/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/sdk-next/package.json
25 строк
603 B
Kit Langton
feat(sdk): add HttpApi clients and embedded host (#33445)
25 июн 2026, 06:08
Не верифицирован
25 июн 2026, 06:08
cdd67cf
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/sdk-next", "private": true, "type": "module", "license": "MIT", "exports": { ".": "./src/index.ts" }, "scripts": { "test": "bun test --timeout 5000", "typecheck": "tsgo --noEmit" }, "dependencies": { "@opencode-ai/client": "workspace:*", "@opencode-ai/core": "workspace:*", "@opencode-ai/server": "workspace:*", "effect": "catalog:" }, "devDependencies": { "@tsconfig/bun": "catalog:", "@types/bun": "catalog:", "@typescript/native-preview": "catalog:" } }