{
  "name": "little-yang-cli",
  "version": "0.0.20",
  "description": "前端脚手架CLI工具",
  "main": "index.js",
  "scripts": {
    "compile": "babel src -d dist",
    "watch": "npm run compile -- --watch"
  },
  "bin": {
    "little-yang-cli": "./bin/cmd",
    "ly-cli": "./bin/cmd",
    "lyc": "./bin/cmd"
  },
  "keywords": [
    "脚手架"
  ],
  "license": "ISC",
  "dependencies": {
    "babel-cli": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "chalk": "^3.0.0",
    "child_process": "^1.0.2",
    "commander": "^5.0.0",
    "css-loader": "^3.4.2",
    "download-git-repo": "^3.0.2",
    "html-webpack-plugin": "^3.2.0",
    "inquirer": "^7.1.0",
    "less": "^3.11.1",
    "less-loader": "^5.0.0",
    "log-symbols": "^3.0.0",
    "open-browser-webpack-plugin": "0.0.5",
    "ora": "^4.0.3",
    "style-loader": "^1.1.3",
    "ts-loader": "^6.2.1",
    "typescript": "^3.8.3",
    "vue": "^2.6.11",
    "vue-loader": "^15.9.1",
    "vue-template-compiler": "^2.6.11",
    "webpack": "^4.42.0",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3"
  }
}
