Подготовить HY2XS к production-сборке

This commit is contained in:
2026-04-25 23:13:12 +05:00
commit 84a4e94567
277 changed files with 26513 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "hy2xs-orchestrator",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"check": "tsc --noEmit",
"build": "bun build src/cli.ts --compile --target=bun-linux-x64 --outfile dist/hy2xs-orchestrator"
},
"devDependencies": {
"bun-types": "^1.1.0",
"typescript": "^5.4.5"
}
}