@vonage/verify
Version:
Verify API provides a choice of routes for sending a code to a user. You can use this to confirm a user's contact information, as a second factor when authenticating users, or for step-up authentication.
59 lines (58 loc) • 1.51 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/verify",
"version": "1.17.0",
"description": "Verify API provides a choice of routes for sending a code to a user. You can use this to confirm a user's contact information, as a second factor when authenticating users, or for step-up authentication.",
"keywords": [
"vonage",
"verify",
"cpass",
"sms",
"psd2",
"otp"
],
"homepage": "https://developer.vonage.com",
"bugs": {
"url": "https://github.com/Vonage/vonage-node-sdk/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vonage/vonage-node-sdk.git"
},
"license": "Apache-2.0",
"contributors": [
{
"name": "Chris Tankersley",
"url": "https://github.com/dragonmantank"
},
{
"name": "Chuck \"MANCHUCK\" Reeves",
"url": "https://github.com/manchuck"
}
],
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"/dist"
],
"scripts": {
"build": "npm run clean && npm run compile",
"clean": "npx shx rm -rf dist tsconfig.tsbuildinfo",
"compile": "npx tsc --build --verbose",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@types/lodash.omit": "4.5.9",
"@vonage/auth": "^1.12.0",
"@vonage/server-client": "^1.17.0",
"@vonage/vetch": "^1.8.0",
"lodash.omit": "^4.5.0"
},
"publishConfig": {
"access": "public"
}
}