{
  "name": "gctrl",
  "version": "0.7.0",
  "description": "Real-time coding-agent session monitor for OpenCode, Codex, Claude Code, Pi, omp, Gajae Code, and Mission Control",
  "type": "module",
  "scripts": {
    "start": "node bin/gctrl.js",
    "dev": "node scripts/dev.mjs",
    "typecheck": "tsc --noEmit",
    "typecheck:scripts": "tsc --noEmit --ignoreConfig --types node --target ES2022 --module ESNext --moduleResolution Bundler --strict --skipLibCheck scripts/**/*.ts",
    "build": "node scripts/build.mjs && node scripts/copy-hooks.mjs",
    "lint": "biome check src",
    "check": "pnpm run lint && pnpm run typecheck",
    "bench:opencode": "tsx bench/opencode-query-bench.ts",
    "prepack": "pnpm run build",
    "test": "vitest run"
  },
  "bin": {
    "gctrl": "./bin/gctrl.js"
  },
  "files": [
    "bin",
    "dist"
  ],
  "keywords": [
    "opencode",
    "oh-my-opencode",
    "tui",
    "node",
    "opentui",
    "monitor",
    "codex",
    "claude-code",
    "pi-coding-agent",
    "omp",
    "gajae-code",
    "gjc",
    "mission-control",
    "mc",
    "mctrl",
    "anthropic",
    "openai",
    "multi-source"
  ],
  "author": "NoizBuster <noizbuster@noizbuster.com>",
  "license": "MIT",
  "repository": "https://github.com/noizbuster/ground-control",
  "dependencies": {
    "@opentui/core": "0.4.5",
    "koffi": "3.1.2"
  },
  "devDependencies": {
    "@biomejs/biome": "2.5.5",
    "@types/node": "26.1.1",
    "esbuild": "^0.28.1",
    "tsx": "4.23.1",
    "typescript": "^7.0.2",
    "vitest": "4.1.10"
  },
  "engines": {
    "node": ">=22.13.0"
  },
  "packageManager": "pnpm@11.17.0"
}
