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