16 lines
363 B
JSON
16 lines
363 B
JSON
{
|
|
"name": "hy2xs-orchestrator",
|
|
"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.3.13",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|