vodia-teams
Version:
Microsoft Teams Direct Routing configuration tool
31 lines (30 loc) • 622 B
JSON
{
"name": "vodia-teams",
"version": "2.0.0",
"description": "Microsoft Teams Direct Routing configuration tool",
"main": "index.js",
"bin": {
"vodia-teams": "./bin/vodia-teams"
},
"scripts": {
"start": "node index.js",
"postinstall": "node install-prereqs.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"microsoft-teams",
"direct-routing",
"vodia",
"teams-phone",
"sbc"
],
"author": "Vodia Networks",
"license": "MIT",
"dependencies": {
"axios": "^1.9.0",
"path": "^0.12.7"
},
"engines": {
"node": ">=16.0.0"
}
}