cx-client
Version:
Cloudonix CLI tool for managing accounts and resources
43 lines (42 loc) • 955 B
JSON
{
"name": "cx-client",
"version": "0.1.1",
"description": "Cloudonix CLI tool for managing accounts and resources",
"main": "src/index.js",
"bin": {
"cx-cli": "./bin/cx-cli.js"
},
"private": false,
"scripts": {
"test": "echo \"No tests implemented yet\"",
"start": "node src/index.js",
"prepublishOnly": "echo \"Publishing package\""
},
"keywords": [
"cloudonix",
"cli",
"telephony",
"voip",
"api"
],
"author": "Cloudonix, Inc.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/greenfieldtech-nirs/cx-cli"
},
"bugs": {
"url": "https://github.com/greenfieldtech-nirs/cx-cli/issues"
},
"homepage": "https://github.com/greenfieldtech-nirs/cx-cli#readme",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"axios": "^1.8.4",
"chalk": "^4.1.2",
"commander": "^13.1.0",
"fs-extra": "^11.3.0",
"yaml": "^2.7.1"
}
}