pbx-admin
Version:
CLI tool to manage PBX administrators on multiple Vodia PBX servers
26 lines (25 loc) • 510 B
JSON
{
"name": "pbx-admin",
"version": "1.2.1",
"description": "CLI tool to manage PBX administrators on multiple Vodia PBX servers",
"main": "index.js",
"bin": {
"pbx-admin": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"pbx",
"vodia",
"administration",
"cli"
],
"author": "Vodia Networks INC",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"jmespath": "^0.16.0",
"yargs": "^17.5.1"
}
}