{
  "$schema": "https://json.schemastore.org/package.json",
  "name": "@sma1lboy/kobe",
  "version": "0.7.56",
  "description": "TUI orchestrator for Claude Code (codename)",
  "type": "module",
  "packageManager": "bun@1.3.13",
  "bin": {
    "kobe": "dist/cli/index.js"
  },
  "files": ["dist/cli", "dist/web-ui", "dist/*.wav", "README.md", "LICENSE"],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Sma1lboy/kobe.git"
  },
  "homepage": "https://github.com/Sma1lboy/kobe#readme",
  "bugs": {
    "url": "https://github.com/Sma1lboy/kobe/issues"
  },
  "engines": {
    "bun": ">=1.3.11"
  },
  "scripts": {
    "dev": "env KOBE_DEV=1 bun --preload @opentui/solid/preload --conditions=browser ./src/cli/index.ts",
    "dev:sandbox": "mkdir -p .dev-sandbox/home && env KOBE_DEV=1 KOBE_HOME_DIR=$PWD/.dev-sandbox/home KOBE_TMUX_SOCKET=kobe-sandbox bun --preload @opentui/solid/preload --conditions=browser ./src/cli/index.ts",
    "dev:sandbox:reset": "env KOBE_TMUX_SOCKET=kobe-sandbox bun ./src/cli/index.ts kill-sessions",
    "dev:version": "bash ../../scripts/dev-version.sh",
    "build": "bun run scripts/build.ts",
    "build:with-web": "bun run build",
    "compile": "bun run scripts/compile.ts",
    "typecheck": "tsc --noEmit",
    "check-i18n": "bun run scripts/check-i18n.ts",
    "test": "bun run test:fast && bun run test:socket",
    "test:fast": "vitest run --passWithNoTests",
    "test:socket": "KOBE_INCLUDE_SOCKET=1 vitest run test/daemon --pool forks --minWorkers=1 --maxWorkers=1 --passWithNoTests",
    "test:behavior": "KOBE_INCLUDE_BEHAVIOR=1 vitest run test/behavior --passWithNoTests",
    "bench": "vitest bench --run",
    "lint": "biome check .",
    "knip": "knip-bun",
    "postinstall": "bun run scripts/check-preview-deps.ts || true",
    "prepublishOnly": "bun run typecheck && bun run build"
  },
  "//": "biome.json + bunfig.toml live at the monorepo root since they apply repo-wide; bun.lock also lives at root (workspace-shared).",
  "dependencies": {
    "@ansi-tools/parser": "^1.0.15",
    "@opentui/core": "0.2.4",
    "@opentui/solid": "0.2.4",
    "ws": "^8.18.0",
    "solid-js": "1.9.13",
    "node-pty": "^1.1.0"
  },
  "devDependencies": {
    "@biomejs/biome": "1.9.4",
    "@sma1lboy/kobe-daemon": "0.7.11",
    "@tsconfig/bun": "1.0.10",
    "@types/bun": "1.3.14",
    "@types/node": "25.6.2",
    "knip": "^6.14.2",
    "kobe-web": "workspace:*",
    "typescript": "5.8.2",
    "vitest": "2.1.9"
  },
  "trustedDependencies": []
}
