{
  "name": "zhen-cli",
  "version": "2.4.5",
  "description": "A simple CLI for fe projects.",
  "bin": {
    "zhen": "bin/zhen",
    "zhen-create": "bin/zhen-create"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "cli",
    "zhen"
  ],
  "author": "mr zhen",
  "license": "MIT",
  "dependencies": {
    "async": "^3.1.0",
    "boxen": "^6.0.0",
    "chalk": "^2.4.2",
    "commander": "^2.20.0",
    "consolidate": "^0.15.1",
    "download-git-repo": "^2.0.0",
    "execa": "^5.1.1",
    "handlebars": "^4.1.2",
    "inquirer": "^6.4.1",
    "metalsmith": "^2.3.0",
    "minimatch": "^3.0.4",
    "ora": "^3.4.0",
    "rimraf": "^2.6.3",
    "user-home": "^2.0.0"
  }
}
