{
  "name": "lyq-cli",
  "version": "2.0.5",
  "description": "这是一个可以快速帮你构建vue3,react,webpack以及koa项目的cli",
  "main": "index.js",
  "bin": {
    "lyq": "index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "cli",
    "vueCli",
    "reactCli"
  ],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "archiver": "^5.3.1",
    "commander": "^9.4.1",
    "download-git-repo": "^3.0.2",
    "ejs": "^3.1.8",
    "inquirer": "^8.0.0"
  }
}
