feat: add hwlab cli and web skeleton

This commit is contained in:
HWLAB Code Queue
2026-05-21 14:44:09 +00:00
parent 77f70ff4ad
commit 6509a35804
15 changed files with 648 additions and 3 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"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",
"health": "node bin/hwlab-cli.mjs health"
}
}