{
  "name": "@firstpick/pi-package-webui",
  "version": "0.7.8",
  "description": "Pi Web UI companion package with a local browser UI CLI plus /webui-start and /webui-status commands.",
  "license": "MIT",
  "homepage": "https://github.com/Firstp1ck/pi-coding-agent-forge/tree/main/pi-package-webui#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Firstp1ck/pi-coding-agent-forge.git",
    "directory": "pi-package-webui"
  },
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "coding-agent",
    "webui",
    "rpc",
    "extension"
  ],
  "pi": {
    "image": "https://raw.githubusercontent.com/Firstp1ck/pi-coding-agent-forge/main/pi-package-webui/images/Webui_MainWindow_v0.4.8.png",
    "extensions": [
      "./index.ts",
      "node_modules/@firstpick/pi-extension-bang-command-autocomplete/index.ts",
      "node_modules/@firstpick/pi-extension-fish-user-bash/index.ts",
      "node_modules/@firstpick/pi-extension-btw/index.ts",
      "node_modules/@firstpick/pi-extension-git-footer-status/index.ts",
      "node_modules/@firstpick/pi-extension-release-aur/index.ts",
      "node_modules/@firstpick/pi-extension-release-npm/index.ts",
      "node_modules/@firstpick/pi-extension-workflows/index.ts",
      "node_modules/@firstpick/pi-extension-safety-guard/index.ts",
      "node_modules/@firstpick/pi-extension-setup-skills/index.ts",
      "node_modules/@firstpick/pi-extension-stats/index.ts",
      "node_modules/@firstpick/pi-extension-todo-progress/index.ts",
      "node_modules/@firstpick/pi-extension-tools/index.ts",
      "node_modules/@firstpick/pi-package-remote-webui/index.ts"
    ],
    "skills": [
      "node_modules/@firstpick/pi-extension-release-aur/skills"
    ],
    "prompts": [
      "node_modules/@firstpick/pi-prompts-git-pr/prompts"
    ],
    "themes": [
      "node_modules/@firstpick/pi-themes-bundle/themes"
    ]
  },
  "bin": {
    "pi-webui": "./bin/pi-webui.mjs"
  },
  "scripts": {
    "check": "node --check public/app.js && node --check public/issue-wizard-state.mjs && node --check public/issue-bot-client.mjs && node --check public/workflow-status-stack.mjs && node --check public/fast-output-live.mjs && node --check public/subagent-launch-slot-state.mjs && node --check public/subagent-gate-visibility.mjs && node --check public/voice-conversation.mjs && node --check public/aur-review-payload.mjs && node --check public/guided-git-command-state.mjs && node --check public/guided-git-review-state.mjs && node --check bin/pi-webui.mjs && node --check bin/pi-webui-rpc-supervisor.mjs && node --check lib/rpc-supervisor-protocol.mjs && node --check lib/rpc-supervisor-state.mjs && node --check lib/rpc-supervisor-client.mjs && node --check webui-rpc-helper.mjs && node --check lib/subagent-launch-slots.mjs && node --check lib/git-live-watcher.mjs && node --check lib/git-message-artifacts.mjs && node --check lib/trust-boundaries.mjs && node --check lib/native-command-adapter.mjs && node --check lib/session-actions.mjs && node --check lib/auth-actions.mjs && node --check lib/temp-artifacts.mjs && node tests/run-all.mjs",
    "test": "node tests/run-all.mjs"
  },
  "dependencies": {
    "@earendil-works/pi-coding-agent": "^0.82.1",
    "@firstpick/pi-utils": "^0.2.5",
    "mermaid": "^11.15.0",
    "typebox": "^1.3.6"
  },
  "optionalDependencies": {
    "@firstpick/pi-extension-bang-command-autocomplete": "^0.2.2",
    "@firstpick/pi-extension-btw": "^0.1.4",
    "@firstpick/pi-extension-fish-user-bash": "^0.2.2",
    "@firstpick/pi-extension-git-footer-status": "^0.4.3",
    "@firstpick/pi-extension-release-aur": "^0.1.8",
    "@firstpick/pi-extension-release-npm": "^0.4.4",
    "@firstpick/pi-extension-safety-guard": "^0.2.6",
    "@firstpick/pi-extension-setup-skills": "^0.1.9",
    "@firstpick/pi-extension-stats": "^0.2.9",
    "@firstpick/pi-extension-todo-progress": "^0.2.9",
    "@firstpick/pi-extension-tools": "^0.1.7",
    "@firstpick/pi-extension-workflows": "^0.1.7",
    "@firstpick/pi-package-remote-webui": "^0.1.8",
    "@firstpick/pi-prompts-git-pr": "^0.1.5",
    "@firstpick/pi-themes-bundle": "^0.1.5",
    "node-pty": "^1.1.0"
  },
  "files": [
    "index.ts",
    "lib",
    "webui-rpc-helper.mjs",
    "bin",
    "public",
    "images",
    "tests",
    "lib/WEBUI_TUI_NATIVE_PARITY.json",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "overrides": {
    "@earendil-works/pi-coding-agent": {
      "protobufjs": "7.6.3",
      "undici": "8.5.0",
      "ws": "8.21.0"
    }
  }
}
