{
  "name": "telesignsdk",
  "version": "5.0.0",
  "description": "Official TeleSign SDK for Rest APIs including Messaging (SMS), Intelligence Cloud, PhoneID, Voice, and AppVerify",
  "repository": {
    "type": "git",
    "url": "https://github.com/TeleSign/node_telesign"
  },
  "main": "src/TeleSign.js",
  "scripts": {
    "test": "node ./test/test.suite.js"
  },
  "dependencies": {
    "node-fetch": "^2.7.0"
  },
  "keywords": [
    "Telesign",
    "sms",
    "voice",
    "twofactor",
    "2factor",
    "authenticate",
    "authentication",
    "phone",
    "call",
    "text",
    "AppVerify",
    "2FA",
    "Twilio",
    "Nexmo"
  ],
  "author": "TeleSign Corp.",
  "email": "sdk@telesign.com",
  "license": "MIT"
}