telesignenterprisesdk
Version:
This SDK enhances the functionality of the Telesign Self-service Node SDK, providing access to a broader range of Telesign APIs. See our source code on GitHub (https://github.com/TeleSign/node_telesign_enterprise) for installation instructions and other d
38 lines (37 loc) • 935 B
JSON
{
"name": "telesignenterprisesdk",
"version": "3.1.0",
"description": "This SDK enhances the functionality of the Telesign Self-service Node SDK, providing access to a broader range of Telesign APIs. See our source code on GitHub (https://github.com/TeleSign/node_telesign_enterprise) for installation instructions and other details.",
"repository": {
"type": "git",
"url": "https://github.com/TeleSign/node_telesign_enterprise"
},
"main": "src/telesign.js",
"dependencies": {
"telesignsdk": "^3.0.2"
},
"scripts": {
"test": "node ./test/test.suite.js"
},
"keywords": [
"Telesign",
"sms",
"voice",
"intelligence",
"phoneid",
"twofactor",
"2factor",
"authenticate",
"authentication",
"phone",
"call",
"text",
"AppVerify",
"2FA",
"Twilio",
"Nexmo"
],
"author": "TeleSign Corp.",
"email": "sdk@telesign.com",
"license": "MIT"
}