14 lines
432 B
JSON
14 lines
432 B
JSON
{
|
|
"name": "hwlab-cli",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"bin": {
|
|
"hwlab-cli": "./bin/hwlab-cli.mjs"
|
|
},
|
|
"scripts": {
|
|
"check": "node --check bin/hwlab-cli.mjs && node --check lib/cli.mjs && node --check lib/cicd-jobs.mjs && node --check lib/cicd-job-worker.mjs && node --test lib/cli.test.mjs && node ../../scripts/l6-cli-web-smoke.mjs",
|
|
"health": "node bin/hwlab-cli.mjs health"
|
|
}
|
|
}
|