{
  "name": "pi-serena-compact",
  "version": "1.0.0",
  "description": "Compact output for Serena MCP tools in Pi",
  "keywords": [
    "pi",
    "pi-extension",
    "serena",
    "mcp"
  ],
  "license": "MIT",
  "type": "module",
  "main": "index.ts",
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.80.0",
    "@earendil-works/pi-tui": "^0.80.0"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
