{
  "name": "cifi-cli",
  "version": "1.0.4",
  "main": "bin/ywd.js",
  "description": "create a new vue project",
  "bin": {
    "ywd": "bin/ywd.js"
  },
  "license": "MIT",
  "devDependencies": {},
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^9.4.0",
    "figlet": "^1.5.2",
    "fs-extra": "^10.1.0",
    "inquirer": "^8.1.3",
    "less": "^4.1.3",
    "log-symbols": "^4.1.0",
    "minimist": "^1.2.6",
    "ora": "5.4.0",
    "semver": "^7.3.7"
  },
  "engines": {
    "node": "^12.0.0 || >= 14.0.0"
  },
  "keywords": [
    "ywd-cli",
    "ywd",
    "脚手架"
  ],
  "author": {
    "name": "ywd",
    "email": "dingyuwen0909@qq.com"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DingYuwen/ywd-cli.git"
  },
  "bugs": {
    "url": "https://github.com/DingYuwen/ywd-cli/issues"
  },
  "homepage": "https://github.com/DingYuwen/ywd-cli#readme"
}
