/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/httpapi-codegen/package.json
22 строки
507 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/httpapi-codegen", "private": true, "type": "module", "exports": { ".": "./src/index.ts" }, "scripts": { "test": "bun test --timeout 5000 --only-failures", "typecheck": "tsgo --noEmit" }, "dependencies": { "effect": "catalog:", "prettier": "3.6.2" }, "devDependencies": { "@tsconfig/bun": "catalog:", "@types/bun": "catalog:", "@typescript/native-preview": "catalog:" } }