{
  "name": "inka",
  "version": "0.1.4-rc.3",
  "description": "Inka, in Mapuche 'friend who helps'. Inka CLI that tries to help you create API projects in NodeJs by suggesting a project structure that helps you focus on each system layer",
  "main": "src/index.js",
  "bin": "bin/inka",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "cli",
    "inka",
    "create API",
    "rest",
    "graphql",
    "architecture"
  ],
  "author": "LuisPe <https://github.com/LuisPe>",
  "repository": {
    "type": "git",
    "url": "https://github.com/LuisPe/inka.git"
  },
  "license": "MIT",
  "dependencies": {
    "chalk": "^2.4.2",
    "commander": "^2.20.0",
    "covgen": "^3.1.0",
    "esm": "^3.2.18",
    "execa": "^1.0.0",
    "gitignore": "^0.6.0",
    "inquirer": "^6.2.2",
    "listr": "^0.14.3",
    "ncp": "^2.0.0",
    "pkg-install": "^0.2.0",
    "spdx-license-list": "^5.0.0"
  },
  "files": [
    "bin/",
    "src/",
    "templates/"
  ]
}
