{
  "name": "@normful/pi-show-theme-colors",
  "version": "0.3.0",
  "private": false,
  "description": "Display all available colors in the active Pi theme via a /theme-colors modal",
  "keywords": [
    "pi",
    "pi-coding-agent",
    "pi-extension",
    "pi-package"
  ],
  "bugs": {
    "url": "https://github.com/normful/pi-bakery/issues"
  },
  "license": "MIT",
  "author": "Norman Sue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/normful/pi-bakery.git",
    "directory": "packages/pi-show-theme-colors"
  },
  "type": "module",
  "dependencies": {
    "@spences10/pi-tui-modal": "0.0.22"
  },
  "devDependencies": {
    "typescript": "7.0.2",
    "vite-plus": "^0.2.5"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": "*",
    "@earendil-works/pi-ai": "*",
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://media.githubusercontent.com/media/normful/pi-bakery/main/screenshots/theme-colors.png"
  }
}
