{
  "name": "@xonder/supercall",
  "version": "2.0.0",
  "type": "module",
  "description": "OpenClaw plugin for AI-powered voice calls with persona support via OpenAI Realtime API + Twilio",
  "main": "index.ts",
  "author": "Xonder",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xonder/supercall.git"
  },
  "homepage": "https://github.com/xonder/supercall#readme",
  "bugs": {
    "url": "https://github.com/xonder/supercall/issues"
  },
  "keywords": [
    "openclaw",
    "openclaw-plugin",
    "voice",
    "phone",
    "twilio",
    "openai",
    "realtime",
    "ai-agent"
  ],
  "files": [
    "index.ts",
    "src",
    "openclaw.plugin.json",
    "SKILL.md",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@sinclair/typebox": "^0.34.0",
    "ws": "^8.19.0",
    "zod": "^3.24.0"
  },
  "openclaw": {
    "extensions": [
      "./index.ts"
    ],
    "install": {
      "npmSpec": "@xonder/supercall",
      "defaultChoice": "npm"
    }
  }
}
