/
AlexandrNarbaev
/
opencode_initializer
Обзор
Документация
Войти
/
AlexandrNarbaev
/
opencode_initializer
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
main
package.json
32 строки
778 B
Alexandr Narbaev
v3.0.0: package.json version bump + swarm artifacts
08 авг 2026, 14:51
08 авг 2026, 14:51
17a24b9
Код
Авторство
О чём код?
{ "name": "opencode-initializer", "version": "3.0.0", "description": "Universal Dev Machine Bootstrap — one-command AI-enhanced dev machine setup", "scripts": { "build:gui": "bun build src/gui/server.js --compile --outfile dist/opencode-gui", "build": "bun build src/gui/server.js --compile --outfile dist/opencode-gui", "check": "node --check src/gui/server.js" }, "dependencies": { "@opencode-ai/plugin": "1.17.8" }, "bin": { "opencode-gui": "./dist/opencode-gui" }, "files": [ "dist/" ], "repository": { "type": "git", "url": "https://github.com/AlexanderNarbaev/opencode_initializer" }, "keywords": [ "opencode", "dev-machine", "bootstrap", "ai", "llm", "setup" ], "license": "MIT" }