{
  "name": "@underactive/pi-topping",
  "version": "0.7.1",
  "description": "A Pi extension that adds quality of life improvements to Pi's UX: a high-vis user prompt, a shimmering working loader with token activity meter and elapsed timer, and an end-of-turn completion marker",
  "keywords": ["pi-package", "pi-extension"],
  "license": "MIT",
  "author": "Eric Sison",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/underactive/pi-topping.git"
  },
  "bugs": {
    "url": "https://github.com/underactive/pi-topping/issues"
  },
  "homepage": "https://github.com/underactive/pi-topping#readme",
  "type": "module",
  "engines": {
    "node": ">=22.19.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": ["index.ts", "src/**/*.ts", "wordpacks/*.json", "README.md", "LICENSE"],
  "scripts": {
    "test": "node --test tests/*.test.ts",
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "0.84.4",
    "@earendil-works/pi-tui": "0.84.4",
    "@types/node": "^24.0.0",
    "typescript": "^5.9.3"
  },
  "pi": {
    "extensions": ["./index.ts"],
    "image": "https://raw.githubusercontent.com/underactive/pi-topping/main/media/working.png"
  }
}
