{
  "name": "pi-minimal-footer",
  "version": "0.1.1",
  "description": "A minimal footer extension for pi — clean status line with path, skills, model, and context usage.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "footer",
    "minimal"
  ],
  "homepage": "https://github.com/Ryu-CZ/pi-minimal-footer#readme",
  "bugs": {
    "url": "https://github.com/Ryu-CZ/pi-minimal-footer/issues"
  },
  "license": "MIT",
  "author": "Ryu-CZ <thandeus@gmail.com> (https://github.com/Ryu-CZ)",
  "files": [
    "CHANGELOG.md",
    "extensions/",
    "LICENSE",
    "README.md",
    "package.json",
    "media/"
  ],
  "engines": {
    "node": ">=18"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Ryu-CZ/pi-minimal-footer.git"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "image": "https://raw.githubusercontent.com/Ryu-CZ/pi-minimal-footer/main/media/preview.png"
  }
}
