cdk-cli
Version:
'ckd aws' cli helper
29 lines (28 loc) • 530 B
JSON
{
"name": "cdk-cli",
"version": "1.1.0",
"description": "'ckd aws' cli helper",
"main": "index.js",
"bin": {
"cdk-cli": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"AWS",
"CDK",
"CLI"
],
"author": "Gonzalo Giulio",
"license": "ISC",
"dependencies": {
"chalk": "^3.0.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"figlet": "^1.2.4",
"inquirer": "^7.0.3",
"git-clone": "^0.1.0",
"fs-extra": "^10.0.0"
}
}