{
  "name": "kapi-cli",
  "version": "1.0.3",
  "description": "kapi-cli",
  "main": "kapi",
  "bin": {
    "kapi": "./bin/kapi",
    "kapi-init": "./bin/kapi-init"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rfw/KApi-cli.git"
  },
  "keywords": [
    "kapi",
    "nodejs",
    "koa2",
    "api"
  ],
  "author": "YanMumu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/rfw/KApi-cli/issues"
  },
  "dependencies": {
    "chalk": "^2.4.1",
    "commander": "^2.16.0",
    "download-git-repo": "^1.0.2",
    "ora": "^2.1.0"
  }
}