{
  "name": "pi-ui-hephaestus",
  "version": "0.8.0",
  "type": "module",
  "keywords": [
    "pi-package",
    "image-paste",
    "clipboard-image"
  ],
  "scripts": {
    "clean": "echo 'nothing to clean'",
    "build": "echo 'nothing to build'",
    "check": "echo 'nothing to check'"
  },
  "description": "Muted thinking blocks, framed editor, animated header, response time, rich footer, and clipboard image paste for pi",
  "pi": {
    "extensions": [
      "./src/index.ts"
    ],
    "image": "https://raw.githubusercontent.com/danielcherubini/pi-ui-hephaestus/main/docs/splash-screen.png"
  },
  "dependencies": {
    "@shikijs/cli": "^4.0.2",
    "diff": "^8.0.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-agent-core": ">=0.1.0",
    "@earendil-works/pi-ai": ">=0.1.0",
    "@earendil-works/pi-coding-agent": ">=0.1.0",
    "@earendil-works/pi-tui": ">=0.1.0"
  },
  "devDependencies": {
    "@types/bun": "^1.3.13",
    "@types/diff": "^7.0.2",
    "shiki": "^4.0.0",
    "typescript": "^6.0.3"
  }
}
