{
  "name": "fez-cli",
  "version": "1.0.0",
  "description": "一个快速创建前端项目的脚手架工具 | A scaffold tool for quickly creating frontend projects",
  "bin": {
    "fez": "bin/index.js"
  },
  "type": "module",
  "files": [
    "bin",
    "src",
    "templates"
  ],
  "keywords": [
    "cli",
    "react",
    "vue",
    "scaffold",
    "前端脚手架",
    "project-generator",
    "boilerplate",
    "frontend-template"
  ],
  "author": "liuhuakawaii",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liuhuakawaii/fez-cli.git"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^8.3.0",
    "download-git-repo": "^3.0.2",
    "ejs": "^3.1.10",
    "fs-extra": "^10.0.0",
    "inquirer": "^8.2.0",
    "ora": "^5.4.1"
  },
  "homepage": "https://github.com/liuhuakawaii/fez-cli#readme",
  "bugs": {
    "url": "https://github.com/liuhuakawaii/fez-cli/issues"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}