{
  "name": "pi-live-theme",
  "version": "1.0.1",
  "description": "A pi extension that adds a /theme slash command with live theme preview. Scroll through available themes and see them applied in real time.",
  "keywords": [
    "pi-package",
    "pi-extension",
    "theme",
    "theme-switcher",
    "theming"
  ],
  "author": "Aman Virani",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/viraniaman94/pi-live-theme.git"
  },
  "pi": {
    "extensions": ["./extensions"]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "files": [
    "extensions/",
    "README.md",
    "walkthrough.gif"
  ]
}
