{
  "name": "@zerosnow/pi-shimmer",
  "version": "0.3.0",
  "description": "Gentle per-character color sweep animation for pi's working message (vibes).",
  "type": "module",
  "files": [
    "index.ts",
    "assets",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "keywords": [
    "pi-package",
    "pi",
    "coding-agent",
    "extension",
    "shimmer",
    "animation",
    "working-message",
    "vibes",
    "tui"
  ],
  "author": "hotsnow",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hotsnow-sean/pi-shimmer.git"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.83.0",
    "@earendil-works/pi-tui": "^0.83.0"
  },
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ],
    "image": "./assets/shimmer-demo.gif"
  }
}
