{
  "name": "pi-powerline-footer",
  "version": "0.5.4",
  "description": "Powerline-style status bar extension for pi coding agent",
  "type": "module",
  "files": [
    "*.ts",
    "*.md",
    "*.json",
    "!progress.md",
    "bash-mode/**/*.ts",
    "fixed-editor/**/*.ts"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "coding-agent",
    "powerline",
    "status-bar",
    "extension"
  ],
  "author": "Nico Bailon",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nicobailon/pi-powerline-footer.git"
  },
  "scripts": {
    "test": "node --experimental-strip-types --test tests/**/*.test.ts"
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": "^0.75.0",
    "@selesai/code": "*",
    "@earendil-works/pi-tui": "^0.75.0"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.75.0",
    "@selesai/code": "^0.1.0",
    "@earendil-works/pi-tui": "^0.75.0"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
