{
  "name": "mlweb-cli",
  "version": "1.0.0",
  "description": "脚手架",
  "main": "index.js",
  "bin": {
    "mlweb": "./bin/www"
  },
  "scripts": {
    "compile": "babel src -d dist",
    "watch": "npm run compile -- --watch",
    "postinstall": "mlweb config set"
  },
  "author": "ZglHHH",
  "license": "ISC",
  "dependencies": {
    "babel-cli": "^6.26.0",
    "babel-env": "^2.4.1",
    "chalk": "^2.4.2",
    "commander": "^3.0.0",
    "download-git-repo": "^2.0.0",
    "ini": "^1.3.5",
    "inquirer": "^6.5.1",
    "log-symbols": "^3.0.0",
    "ora": "^3.4.0"
  }
}
