{
  "name": "fedesign-cli",
  "version": "0.0.8",
  "description": "前端快速设计脚手架！",
  "main": "index.js",
  "authors": {
    "name": "xunzhaotech",
    "email": "xunzhaotech@aliyun.com"
  },
  "bin": {
    "fed": "bin/fed",
    "fed-init": "bin/fed-init",
    "fed-add": "bin/fed-add",
    "fed-delete": "bin/fed-delete",
    "fed-list": "bin/fed-list",
    "fed-build": "bin/fed-build"
  },
  "scripts": {
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "repository": "https://github.com/xunzhaotech/fedesign-cli.git"
  },
  "keywords": [
    "cli",
    "fedesign-cli"
  ],
  "author": "xunzhaotech",
  "license": "ISC",
  "devDependencies": {
    "download": "^8.0.0",
    "fs-extra": "^9.0.1",
    "handlebars": "^4.7.6",
    "log-symbols": "^4.0.0",
    "moment": "^2.29.0",
    "update-notifier": "^5.0.0",
    "vuepress": "^1.6.0"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "commander": "^6.1.0",
    "download-git-repo": "^3.0.2",
    "inquirer": "^7.3.3",
    "ora": "^5.1.0"
  },
  "engines": {
    "node": ">=8.9"
  }
}
