{
  "name": "@carlosgtrz/pi-run-timer",
  "version": "0.2.0",
  "description": "Pi extension that shows elapsed, previous, and longest agent run times in the footer.",
  "type": "module",
  "exports": "./src/index.ts",
  "files": [
    "src",
    "images",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "timer",
    "status",
    "footer"
  ],
  "author": "CarlosGtrz",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/CarlosGtrz/carlosgtrz-pi-extensions.git",
    "directory": "packages/run-timer"
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  }
}
