UNPKG

rainbow-cli

Version:

Rainbow CLI application based on the Rainbow SDK for Node.js

64 lines (63 loc) 1.87 kB
{ "name": "rainbow-cli", "version": "1.102.2", "description": "Rainbow CLI application based on the Rainbow SDK for Node.js", "main": "index.js", "scripts": { "test:sandbox": "sh afterbuild_sandbox.sh", "test": "sh afterbuild_preprod.sh", "publish:preprod": "npm pack && cd mailing/ && node mailChangelog.js notify", "publish:prod": "npm login && npm publish && cd mailing/ && node mailChangelog.js notify -e production" }, "repository": { "type": "git", "url": "git+https://github.com/Rainbow-CPaaS/Rainbow-CLI-SDK.git" }, "keywords": [ "ALE", "SDK", "Node.js", "CLI", "Rainbow" ], "author": "Alcatel-Lucent Enterprise <support@openrainbow.com>", "license": "MIT", "homepage": "https://github.com/Rainbow-CPaaS/Rainbow-CLI-SDK.git", "bin": { "rbw": "./index.js" }, "engines": { "node": ">=8.0.0" }, "dependencies": { "bottleneck": "^2.19.5", "chalk": "^5.4.1", "clui": "^0.3.6", "colors": "1.4.0", "commander": "^13.1.0", "commander-plus": "0.0.6", "csv": "^6.3.11", "inquirer": "^8.2.5", "moment": "^2.30.1", "moment-timezone": "^0.5.48", "preferences": "^2.0.2", "rainbow-node-sdk": "^2.35.0-lts.0", "table": "^6.9.0", "tabtab": "^3.0.2", "update-notifier": "^7.3.1", "winston": "^3.17.0" }, "devDependencies": { "got": "^14.4.7", "js-yaml": "^3.14.1", "markdown": "^0.5.0", "node-mailjet": "^6.0.5", "sitemap": "^2.2.0", "standard": "^12.0.1", "strip-ansi": "^5.2.0", "yamljs": "^0.3.0" }, "bugs": { "url": "https://github.com/Rainbow-CPaaS/Rainbow-CLI-SDK/issues" } }