@vonage/voice
Version:
The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.
55 lines (54 loc) • 1.36 kB
JSON
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@vonage/voice",
"version": "1.18.0",
"description": "The Voice API lets you create outbound calls, control in-progress calls and get information about historical calls.",
"keywords": [
"vonage",
"voice"
],
"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/debug": "^4.1.9",
"@vonage/server-client": "^1.17.0",
"@vonage/vetch": "^1.8.0",
"debug": "^4.3.4",
"ts-xor": "^1.3.0"
},
"publishConfig": {
"directory": "dist"
}
}