-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 934 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 934 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "telesignenterprisesdk",
"version": "7.0.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": "^4.0.0"
},
"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"
}