Lines 4-44json
4 "description": "Local GUI session cockpit for Claude Code role sessions.",
16 "node": "^20.0.0 || >=22.0.0"
22 "clean": "node scripts/clean-build.mjs",
23 "fix:node-pty": "node scripts/fix-node-pty-spawn-helper.mjs",
24 "postinstall": "node scripts/fix-node-pty-spawn-helper.mjs",
HighInstall Time Lifecycle Scripts
Package defines install-time lifecycle scripts.
package.jsonView on unpkg · L24 25 "verify:package": "node scripts/verify-package.mjs",
26 "harness:install": "node scripts/install-vcm-harness.mjs",
27 "harness:uninstall": "node scripts/uninstall-vcm-harness.mjs",
28 "prepack": "npm run build && npm run verify:package",
29 "dev": "tsx src/main.ts --dev",
30 "build": "npm run clean && tsc -p tsconfig.node.json && vite build",
31 "start": "node dist/main.js",
32 "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.node.json --noEmit",
34 "test:e2e:backend": "vitest run tests/e2e/backend",
35 "test:watch": "vitest",
36 "e2e": "playwright test"
39 "@fastify/static": "^9.1.3",
40 "@larksuiteoapi/node-sdk": "^1.67.0",
41 "@xterm/addon-fit": "^0.10.0",
42 "@xterm/addon-web-links": "^0.11.0",
43 "@xterm/xterm": "^5.5.0",