capitana
Version:
A minimal, highly customisable microservice deploy helper.
43 lines (42 loc) • 804 B
JSON
{
"name": "capitana",
"version": "0.8.0",
"description": "A minimal, highly customisable microservice deploy helper.",
"license": "MIT",
"repository": "lts-beratung/capitana",
"author": {
"name": "Victor Enrique Alcazar Lopez",
"email": "valcazar96@gmail.com",
"url": "https://www.lts-beratung.de/en.html"
},
"bin": "src/cli.js",
"scripts": {
"test": "ava --verbose && xo"
},
"engines": {
"node": ">=6"
},
"files": [
"src"
],
"keywords": [
"cli-app",
"cli",
""
],
"dependencies": {
"chalk": "^2.4.2",
"execa": "^1.0.0",
"js-yaml": "^3.13.1",
"meow": "^5.0.0",
"ora": "^3.4.0",
"prompts": "^2.1.0",
"update-notifier": "^3.0.0"
},
"devDependencies": {
"ava": "^2.0.0",
"load-json-file": "^6.0.0",
"write-json-file": "^4.1.0",
"xo": "^0.24.0"
}
}