{
  "name": "whisper-pi",
  "version": "0.1.2",
  "description": "Native Pi extension: give a Pi coding agent a real, routable Whisper IPv6 /128 identity - keyless verify/RDAP; the full control plane, /128 egress, and the whisper.security graph (Cypher + 29 recipes) with a key.",
  "type": "module",
  "license": "MIT",
  "author": {
    "name": "Whisper Security",
    "url": "https://whisper.online"
  },
  "homepage": "https://whisper.online",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/whisper-sec/whisper-pi.git"
  },
  "keywords": [
    "pi-package",
    "pi",
    "mcp",
    "model-context-protocol",
    "whisper",
    "agent-identity",
    "ipv6",
    "egress",
    "security-graph",
    "cypher",
    "threat-intelligence"
  ],
  "pi": {
    "extensions": [
      "./index.mjs"
    ]
  },
  "files": [
    "index.mjs",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.25.1",
    "typebox": "^1.1.24"
  }
}
