14 lines
291 B
JSON
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"
|
|
}
|
|
}
|