{
  "name": "pi-codeui",
  "version": "1.2.0",
  "description": "Conversation-first, code-aware terminal workspace for Pi Coding Agent",
  "type": "module",
  "license": "MIT",
  "author": "Alper Tarhan",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alpertarhan/pi-codeui.git"
  },
  "homepage": "https://github.com/alpertarhan/pi-codeui#readme",
  "bugs": {
    "url": "https://github.com/alpertarhan/pi-codeui/issues"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "schemas",
    "themes",
    "docs/terminal-profiles.md",
    "docs/COMPATIBILITY.md",
    "docs/MIGRATION-v1.md",
    "docs/RELEASING.md",
    "docs/screenshots/pi-codeui-review.png",
    "docs/screenshots/pi-codeui-fullscreen.png",
    "README.md",
    "PRODUCT_PLAN.md",
    "CHANGELOG.md",
    "CONTRIBUTING.md",
    "CODE_OF_CONDUCT.md",
    "SECURITY.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi-coding-agent",
    "terminal-ui",
    "developer-tools",
    "chat",
    "git",
    "tui"
  ],
  "engines": {
    "node": ">=22.19.0"
  },
  "scripts": {
    "check": "tsc",
    "test": "node --test test/*.test.ts",
    "verify": "npm run check && npm test",
    "dev": "pi -e ./src/index.ts"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "themes": [
      "./themes/codeui-midnight.json"
    ],
    "image": "https://raw.githubusercontent.com/alpertarhan/pi-codeui/main/docs/screenshots/pi-codeui-review.png"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.0",
    "@earendil-works/pi-tui": "^0.84.0"
  },
  "devDependencies": {
    "@types/node": "^22.19.0",
    "typescript": "^5.9.3"
  }
}
