{
  "name": "pi-open-tui",
  "version": "0.3.0",
  "description": "A polished TUI for Pi coding agent: animated logo header, Starship-style footer, rounded editor with model metadata, and prompt-box user messages.",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/OldSuns/pi-open-tui.git"
  },
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "pi-extension",
    "tui",
    "starship",
    "theme"
  ],
  "license": "MIT",
  "files": [
    "extensions/",
    "assets/",
    "README.md",
    "README.zh-CN.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node --test tests/settings-command.test.ts tests/fullscreen-scroll.test.ts tests/footer.test.ts tests/editor.test.ts tests/telemetry.test.ts",
    "typecheck": "tsc --noEmit"
  },
  "pi": {
    "extensions": [
      "./extensions/open-tui/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/OldSuns/pi-open-tui/main/assets/preview_dashboard_1.png"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80",
    "@earendil-works/pi-ai": ">=0.80",
    "@earendil-works/pi-tui": ">=0.80"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-ai": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-tui": "*",
    "@types/node": "^22.0.0",
    "typescript": "^5.5.0"
  },
  "allowScripts": {
    "protobufjs@7.6.5": true,
    "protobufjs@7.6.4": true,
    "@google/genai@1.52.0": true,
    "koffi@2.16.2": true,
    "tree-sitter-bash@0.25.1": true
  }
}
