{
  "name": "pi-go-bars",
  "version": "0.3.0",
  "description": "Opencode Go plan usage bars for pi — rolling, weekly, and monthly windows in the footer",
  "keywords": [
    "pi-package",
    "pi",
    "extension",
    "usage",
    "opencode",
    "opencode-go"
  ],
  "license": "MIT",
  "engines": {
    "node": ">=22.6"
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/donrami/pi-go-bars.git"
  },
  "homepage": "https://github.com/donrami/pi-go-bars#readme",
  "bugs": {
    "url": "https://github.com/donrami/pi-go-bars/issues"
  },
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "scripts": {
    "test": "node --test --experimental-strip-types extensions/pi-go-bars/*.test.ts"
  },
  "pi": {
    "extensions": [
      "./extensions/pi-go-bars/index.ts"
    ]
  }
}
