{
  "name": "@normful/pi-statusline",
  "version": "0.3.1",
  "private": false,
  "description": "Information-rich status line for the Pi TUI — context usage, live streaming CPS, cost, model info, git branch, and hash-colored working directory",
  "keywords": [
    "pi",
    "pi-coding-agent",
    "pi-extension",
    "pi-package"
  ],
  "bugs": {
    "url": "https://github.com/normful/pi-bakery/issues"
  },
  "license": "MIT",
  "author": "Norman Sue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/normful/pi-bakery.git",
    "directory": "packages/pi-statusline"
  },
  "type": "module",
  "devDependencies": {
    "typescript": "7.0.2",
    "vite-plus": "^0.2.5"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://media.githubusercontent.com/media/normful/pi-bakery/main/screenshots/statusline3.png"
  }
}
