UNPKG

674 BJSONView Raw
1{
2 "name": "capitana",
3 "version": "0.1.1",
4 "description": "A minimal, highly customisable microservice deploy helper.",
5 "license": "MIT",
6 "repository": "lts-beratung/capitana",
7 "author": {
8 "name": "Victor Enrique Alcazar Lopez",
9 "email": "valcazar96@gmail.com",
10 "url": "https://www.lts-beratung.de/en.html"
11 },
12 "bin": "src/cli.js",
13 "engines": {
14 "node": ">=6"
15 },
16 "files": [
17 "src"
18 ],
19 "keywords": [
20 "cli-app",
21 "cli",
22 ""
23 ],
24 "dependencies": {
25 "chalk": "^2.4.2",
26 "execa": "^1.0.0",
27 "js-yaml": "^3.13.1",
28 "meow": "^5.0.0",
29 "ora": "^3.4.0",
30 "prompts": "^2.1.0",
31 "update-notifier": "^3.0.0"
32 },
33 "devDependencies": {
34 "xo": "^0.21.1"
35 }
36}