Files
pikasTech-HWLAB/tools/hwlab-cli/package.json
T
2026-05-30 12:31:07 +08:00

14 lines
321 B
JSON

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