{
  "name": "@88potatoes/agent-comments-pi",
  "version": "0.1.0",
  "description": "/address command for Pi — fetch agent-comments and send them to the agent",
  "keywords": [
    "pi-package"
  ],
  "license": "MIT",
  "type": "module",
  "files": [
    "extensions/",
    "package.json",
    "README.md"
  ],
  "pi": {
    "extensions": [
      "./extensions"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  }
}