Синхронизировать версию Bun builder с lockfile и закрепить policy frozen-lockfile

This commit is contained in:
2026-05-05 23:29:46 +05:00
parent 50f6c70722
commit 173d899683
3 changed files with 23 additions and 4 deletions
+3 -2
View File
@@ -3,12 +3,13 @@
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "bun@1.3.13",
"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"
"bun-types": "1.3.13",
"typescript": "5.9.3"
}
}