{
  "name": "pi-open-message-in-browser",
  "version": "0.1.3",
  "description": "Opens the last assistant response in a browser with GitHub styling and Mermaid support",
  "keywords": ["pi-package"],
  "main": "index.ts",
  "pi": {
    "extensions": ["index.ts"]
  },
  "dependencies": {
    "github-markdown-css": "^5.8.0",
    "marked": "^12.0.0",
    "mermaid": "^11.4.0"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/happytomatoe/pi-open-message-in-browser"
  }
}
