/
Alex_Ural
/
opencode
Обзор
Документация
Войти
/
Alex_Ural
/
opencode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/schema/package.json
22 строки
463 B
Kit Langton
refactor(schema): extract shared public schemas (#33571)
24 июн 2026, 05:31
Не верифицирован
24 июн 2026, 05:31
516cfe4
Код
Авторство
О чём код?
{ "$schema": "https://json.schemastore.org/package.json", "name": "@opencode-ai/schema", "private": true, "type": "module", "license": "MIT", "exports": { ".": "./src/index.ts", "./*": "./src/*.ts" }, "scripts": { "typecheck": "tsgo --noEmit" }, "dependencies": { "effect": "catalog:" }, "devDependencies": { "@tsconfig/bun": "catalog:", "@types/bun": "catalog:", "@typescript/native-preview": "catalog:" } }