wicked-cli
Version:
wicked.haufe.io Command Line Tool
34 lines (33 loc) • 800 B
JSON
{
"name": "wicked-cli",
"version": "1.0.0-rc.7",
"description": "wicked.haufe.io Command Line Tool",
"main": "commands/wicked.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apim-haufe-io/wicked.cli.git"
},
"keywords": [
"apim",
"wicked",
"cli"
],
"author": "Martin Danielsson <martin.danielsson@haufe-lexware.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/apim-haufe-io/wicked.cli/issues"
},
"homepage": "https://github.com/apim-haufe-io/wicked.cli#readme",
"bin": {
"wicked": "commands/wicked.js"
},
"dependencies": {
"axios": "0.19.0",
"commander": "2.19.0",
"dockerode": "2.5.8",
"opn": "5.4.0"
}
}