{
  "name": "agentcall",
  "version": "0.10.0",
  "description": "Node.js SDK for AgentCall. Programmable phone numbers, SMS, OTP, AI voice (inbound + outbound, saved per-number agents, retry-safe idempotency keys for CSV runners), Premium Voice (enable a brandable higher-quality voice per number), proactive scheduling (have a number's agent text first: appointment reminders + recurring digests), and Auditable Call Memory (cross-call contacts, structured call reports, the next-call context block) for AI agents.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prebuild": "node scripts/sync-version.js",
    "build": "tsc",
    "prepublishOnly": "npm run build",
    "test": "vitest run"
  },
  "keywords": [
    "phone",
    "sms",
    "otp",
    "ai",
    "agent",
    "voip",
    "call",
    "voice",
    "verification",
    "programmable"
  ],
  "author": "AgentCall <hello@agentcall.co> (https://agentcall.co)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Kintupercy/AgentCall.git",
    "directory": "packages/sdk-node"
  },
  "homepage": "https://agentcall.co",
  "bugs": {
    "url": "https://github.com/Kintupercy/AgentCall/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "devDependencies": {
    "typescript": "^5.7.0",
    "@types/node": "^22.0.0",
    "vitest": "^3.2.4"
  }
}
