Files
2026-06-18 15:24:16 +08:00

14 lines
291 B
JSON

{
"name": "hwlab-cli",
"version": "0.0.0",
"private": true,
"type": "module",
"bin": {
"hwlab-cli": "./bin/hwlab-cli.ts"
},
"scripts": {
"check": "bun bin/hwlab-cli.ts client session --help",
"client": "node ../../scripts/run-bun.mjs bin/hwlab-cli.ts client"
}
}