{
  "name": "create-wy-umi",
  "version": "0.19.3",
  "description": "Creates a UmiJS application using the command line.",
  "homepage": "https://github.com/wangyuan0108/create-umi",
  "bugs": {
    "url": "https://github.com/wangyuan0108/create-umi/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wangyuan0108/create-umi"
  },
  "license": "MIT",
  "files": [
    "cli.js",
    "index.js",
    "lib"
  ],
  "bin": {
    "create-wy-umi": "cli.js"
  },
  "scripts": {
    "prepublishOnly": "np --no-cleanup --yolo --no-publish",
    "test": "umi-test test/index.test.js",
    "cov": "umi-test test/index.test.js --coverage",
    "prettier": "prettier -c --write '**/*'"
  },
  "dependencies": {
    "chalk": "^2.4.2",
    "clipboardy": "^2.1.0",
    "debug": "^4.1.1",
    "execa": "^1.0.0",
    "fs-extra": "^8.0.1",
    "glob": "^7.1.4",
    "inquirer": "^6.4.1",
    "mkdirp": "^0.5.1",
    "prettier": "^1.17.0",
    "semver": "^6.1.0",
    "sort-package-json": "^1.22.1",
    "sylvanas": "~0.2.0",
    "umi-utils": "^1.5.2",
    "yargs-parser": "^13.1.1",
    "yeoman-generator": "^4.0.1"
  },
  "devDependencies": {
    "@types/jest": "^24.0.19",
    "coffee": "^5.2.1",
    "mm": "^2.5.0",
    "np": "^5.0.1",
    "umi-test": "^1.8.2"
  },
  "authors": [
    "wangyuan0108 <870147852@qq.com> (https://github.com/wangyuan0108/create-umi)"
  ]
}
