42 lines
6.8 KiB
JSON
42 lines
6.8 KiB
JSON
{
|
|
"name": "hwlab",
|
|
"version": "0.0.0-l0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"validate": "node scripts/validate-contract.mjs && node scripts/deploy-contract-plan.mjs --check && node scripts/deploy-desired-state-plan.mjs --check && node scripts/dev-runtime-migration.mjs --check && node --test scripts/artifact-runtime-readiness-guard.test.mjs",
|
|
"check": "node --check internal/protocol/index.mjs && node --check internal/agent/index.mjs && node --check internal/agent/runtime.mjs && node --check internal/audit/index.mjs && node --check internal/db/runtime-store.mjs && node --check internal/db/runtime-store.test.mjs && node --check internal/mvp-gate/summary.mjs && node --check internal/cloud/db-contract.mjs && node --check internal/cloud/code-agent-contract.mjs && node --check internal/cloud/json-rpc.mjs && node --check internal/cloud/code-agent-chat.mjs && node --check internal/cloud/server.mjs && node --check internal/sim/model.mjs && node --check internal/sim/http.mjs && node --check internal/sim/l2-runtime.mjs && node --check internal/patchpanel/model.mjs && node --check internal/patchpanel/runtime.mjs && node --check cmd/hwlab-cloud-api/main.mjs && node --check cmd/hwlab-agent-mgr/main.mjs && node --check cmd/hwlab-agent-worker/main.mjs && node --check cmd/hwlab-box-simu/main.mjs && node --check cmd/hwlab-gateway-simu/main.mjs && node --check scripts/cloud-api-runtime-smoke.mjs && node --check scripts/code-agent-chat-smoke.mjs && node --check scripts/dev-edge-health-smoke.mjs && node --check scripts/src/dev-edge-health-smoke-lib.mjs && node --check scripts/validate-contract.mjs && node --check scripts/deploy-desired-state-plan.mjs && node --check scripts/src/deploy-desired-state-plan.mjs && node --check scripts/artifact-runtime-readiness-guard.mjs && node --check scripts/src/artifact-runtime-readiness-guard.mjs && node --check scripts/artifact-runtime-readiness-guard.test.mjs && node --check scripts/report-lifecycle.mjs && node --check scripts/report-lifecycle.test.mjs && node --check scripts/validate-dev-gate-report.mjs && node --check scripts/dev-m3-hardware-loop-smoke.test.mjs && node --check scripts/dev-cloud-workbench-smoke.test.mjs && node --check scripts/validate-dev-m3-cardinality.mjs && node --check scripts/validate-artifact-catalog.mjs && node --check scripts/refresh-artifact-catalog.mjs && node --check scripts/dev-artifact-publish.mjs && node --check scripts/src/dev-artifact-services.mjs && node --check scripts/src/registry-capabilities.mjs && node --check scripts/preflight-dev-base-image.mjs && node --check scripts/src/dev-base-image-preflight.mjs && node --check scripts/dev-evidence-blocker-aggregator.mjs && node --check scripts/src/dev-evidence-blocker-aggregator.mjs && node --check scripts/d601-k3s-readonly-observability.mjs && node --check scripts/src/d601-k3s-readonly-observability.mjs && node --check scripts/dev-runtime-migration.mjs && node --check scripts/src/dev-runtime-migration.mjs && node --check scripts/src/dev-runtime-migration.test.mjs && node --check scripts/l2-runtime-contract-smoke.mjs && node --check scripts/patch-panel-runtime-smoke.mjs && node --check scripts/export-web-gate-summary.mjs && node --check scripts/l6-cli-web-smoke.mjs && node --check tools/hwlab-cli/bin/hwlab-cli.mjs && node --check tools/hwlab-cli/lib/cli.mjs && node --check web/hwlab-cloud-web/app.mjs && node --check web/hwlab-cloud-web/gate-summary.mjs && node --check web/hwlab-cloud-web/scripts/check.mjs && node --check web/hwlab-cloud-web/scripts/build.mjs && node --check web/hwlab-cloud-web/scripts/dist-contract.mjs && node scripts/validate-contract.mjs && node scripts/validate-dev-gate-report.mjs && node scripts/report-lifecycle.test.mjs && node scripts/validate-dev-m3-cardinality.mjs && node scripts/validate-artifact-catalog.mjs && node scripts/deploy-desired-state-plan.mjs --check && node scripts/dev-runtime-migration.mjs --check && node scripts/dev-evidence-blocker-aggregator.mjs --check && node scripts/l2-runtime-contract-smoke.mjs && node scripts/l6-cli-web-smoke.mjs && node web/hwlab-cloud-web/scripts/check.mjs && node scripts/code-agent-chat-smoke.mjs && node --test scripts/artifact-runtime-readiness-guard.test.mjs scripts/dev-m3-hardware-loop-smoke.test.mjs scripts/dev-cloud-workbench-smoke.test.mjs scripts/deploy-desired-state-plan.test.mjs scripts/src/dev-deploy-apply.test.mjs scripts/src/dev-runtime-migration.test.mjs internal/agent/index.test.mjs internal/audit/index.test.mjs internal/db/schema.test.mjs internal/db/runtime-store.test.mjs internal/cloud/json-rpc.test.mjs internal/cloud/server.test.mjs internal/patchpanel/model.test.mjs internal/patchpanel/runtime.test.mjs && node scripts/cloud-api-runtime-smoke.mjs && sh -n scripts/bootstrap-skills.sh scripts/worker-entrypoint.sh",
|
|
"dev-base-image:preflight": "node scripts/preflight-dev-base-image.mjs",
|
|
"cloud-api:smoke": "node scripts/cloud-api-runtime-smoke.mjs",
|
|
"m1:smoke": "node scripts/m1-contract-smoke.mjs",
|
|
"l2:smoke": "node scripts/l2-runtime-contract-smoke.mjs",
|
|
"dev:evidence": "node scripts/dev-evidence-blocker-aggregator.mjs --pretty",
|
|
"dev:evidence:check": "node scripts/dev-evidence-blocker-aggregator.mjs --check",
|
|
"report:lifecycle": "node scripts/report-lifecycle.mjs",
|
|
"dev-edge:smoke": "node scripts/dev-edge-health-smoke.mjs",
|
|
"deploy:contract:plan": "node scripts/deploy-contract-plan.mjs --pretty",
|
|
"deploy:contract:check": "node scripts/deploy-contract-plan.mjs --check",
|
|
"deploy:desired-state:plan": "node scripts/deploy-desired-state-plan.mjs --pretty",
|
|
"deploy:desired-state:check": "node scripts/deploy-desired-state-plan.mjs --check",
|
|
"cli:health": "node tools/hwlab-cli/bin/hwlab-cli.mjs health",
|
|
"cli:dry-run": "node tools/hwlab-cli/bin/hwlab-cli.mjs test e2e --env dev --mvp",
|
|
"cli:projects": "node tools/hwlab-cli/bin/hwlab-cli.mjs project list",
|
|
"l6:smoke": "node scripts/l6-cli-web-smoke.mjs",
|
|
"web:summary": "node scripts/export-web-gate-summary.mjs",
|
|
"web:m3-readonly": "node web/hwlab-cloud-web/scripts/m3-readonly-contract.mjs",
|
|
"web:check": "node web/hwlab-cloud-web/scripts/check.mjs",
|
|
"web:build": "node web/hwlab-cloud-web/scripts/build.mjs",
|
|
"artifact-catalog:refresh-blocked": "node scripts/refresh-artifact-catalog.mjs --target-ref origin/main --blocked",
|
|
"dev-artifact:preflight": "node scripts/dev-artifact-publish.mjs --preflight",
|
|
"dev-artifact:publish": "node scripts/dev-artifact-publish.mjs --publish",
|
|
"docs:validate:m3-rollout": "node scripts/validate-m3-rollout-runbook.mjs",
|
|
"d601:k3s:readonly": "node scripts/d601-k3s-readonly-observability.mjs",
|
|
"runner:issue-visibility:preflight": "node scripts/runner-issue-visibility-preflight.mjs",
|
|
"report:lifecycle:test": "node scripts/report-lifecycle.test.mjs",
|
|
"dev-runtime:migration": "node scripts/dev-runtime-migration.mjs"
|
|
},
|
|
"dependencies": {
|
|
"pg": "^8.21.0"
|
|
}
|
|
}
|