{
  "name": "mpd-cli",
  "version": "1.1.11",
  "description": "一个基于webpack的自动化多页面开发脚手架。自动生成页面入口，快捷添加页面和组件，支持新增组件实时更新无需重启服务，支持本地开启https，支持多开mpd项目，允许局域网内其他用户访问。",
  "preferGlobal": true,
  "bin": {
    "mpd": "bin/mpd"
  },
  "scripts": {
    "test": "ava test/**/*.spec.js -T 600000"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ssmNydia/mpd-cli.git"
  },
  "keywords": [
    "mpd",
    "webpack"
  ],
  "contributors": [
    {
      "name": "sansui",
      "email": "sansuiuu@163.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ssmNydia/mpd-cli/issues"
  },
  "homepage": "https://github.com/ssmNydia/mpd-cli#readme",
  "engines": {
    "node": ">=10.19.0"
  },
  "dependencies": {
    "@babel/core": "~7.8.7",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-function-bind": "^7.8.3",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "~7.8.7",
    "@babel/register": "^7.8.6",
    "@babel/runtime": "^7.8.7",
    "@babel/runtime-corejs3": "^7.8.7",
    "async": "^2.6.2",
    "autoprefixer": "^9.5.1",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.6",
    "caniuse-lite": "^1.0.30001031",
    "chalk": "^2.4.2",
    "chokidar": "^2.1.5",
    "commander": "^2.20.0",
    "copy-webpack-plugin": "^5.1.1",
    "core-js": "^3.6.4",
    "css-loader": "^2.1.1",
    "css-x2x-loader": "^0.1.2",
    "cssnano": "^4.1.10",
    "download-git-repo": "^1.1.0",
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.2.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-loader": "^2.1.2",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-jsdoc": "^4.8.3",
    "eslint-plugin-node": "^8.0.1",
    "eslint-plugin-promise": "^4.1.1",
    "eslint-plugin-standard": "^4.0.0",
    "etpl": "^3.2.0",
    "extract-loader": "^3.1.0",
    "file-loader": "^5.0.2",
    "glob": "^7.1.3",
    "html-loader": "^0.5.5",
    "html-webpack-plugin": "^4.3.0",
    "inquirer": "^6.3.1",
    "koa": "^2.7.0",
    "koa-bodyparser": "^4.2.1",
    "koa-router": "^7.4.0",
    "koa-server-http-proxy": "^0.1.0",
    "koa-sslify": "^4.0.3",
    "koa-static": "^5.0.0",
    "koa-webpack": "^5.2.4",
    "koa2-cors": "^2.0.6",
    "less": "^3.9.0",
    "less-loader": "^4.1.0",
    "livereload": "^0.9.1",
    "metalsmith": "^2.3.0",
    "mini-css-extract-plugin": "^0.6.0",
    "node-sass": "^4.14.1",
    "normalize.css": "^8.0.1",
    "open": "^6.2.0",
    "ora": "^3.4.0",
    "os": "^0.1.1",
    "path-to-regexp": "^6.1.0",
    "postcss-import": "^12.0.1",
    "postcss-loader": "^3.0.0",
    "postcss-url": "^8.0.0",
    "rimraf": "^2.6.3",
    "sass-loader": "^7.1.0",
    "sass-resources-loader": "^2.0.1",
    "style-loader": "^0.23.1",
    "stylelint": "^8.4.0",
    "stylelint-config-sass-guidelines": "^7.0.0",
    "stylelint-config-standard": "^19.0.0",
    "stylelint-order": "^3.1.1",
    "stylelint-scss": "^3.14.2",
    "stylelint-webpack-plugin": "^0.10.5",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "url-loader": "^3.0.0",
    "user-home": "^2.0.0",
    "webpack": "^4.30.0",
    "webpack-dev-middleware": "3.6.0",
    "webpack-hot-client": "^4.1.2"
  },
  "devDependencies": {
    "ava": "^3.5.0",
    "axios": "^0.19.2",
    "chai": "^4.2.0",
    "execa": "^4.0.0",
    "mocha": "^7.1.2"
  }
}
