{
  "name": "pi-session-timer",
  "version": "1.0.1",
  "description": "Per-run stats for the Pi coding agent: wall-clock time, net tokens, and system-prompt footprint (first-message usage.input), live in the status row.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "timer",
    "telemetry",
    "tokens"
  ],
  "license": "MIT",
  "type": "module",
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "pi": {
    "extensions": [
      "./extensions"
    ]
  }
}