{
  "name": "pi-git-status-bar",
  "version": "0.1.3",
  "description": "Pi extension showing live git status (dirty files, staged, ahead/behind, session commits) in the footer status bar.",
  "license": "MIT",
  "author": "anh-chu",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi",
    "git",
    "statusbar",
    "footer"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/anh-chu/pi-git-status-bar.git"
  },
  "homepage": "https://github.com/anh-chu/pi-git-status-bar#readme",
  "bugs": {
    "url": "https://github.com/anh-chu/pi-git-status-bar/issues"
  },
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=24"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    }
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@types/node": "^25.0.10",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "node --test --experimental-strip-types test/*.test.ts",
    "prepublishOnly": "npm run typecheck && npm run test"
  }
}
