{
  "name": "create-wetrial",
  "version": "5.1.13",
  "description": "Creates a wetrial application using the command line.",
  "homepage": "https://github.com/wetrial/create-wetrial",
  "bugs": {
    "url": "https://github.com/wetrial/create-wetrial/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/wetrial/create-wetrial"
  },
  "license": "MIT",
  "files": [
    "cli.js",
    "index.js",
    "lib"
  ],
  "bin": {
    "create-wetrial": "cli.js"
  },
  "scripts": {
    "test": "umi-test test/index.test.js",
    "cov": "umi-test test/index.test.js --coverage",
    "prettier": "prettier -c --write '**/*'",
    "patch": "yarn version --patch && git push origin master && git push origin --tags",
    "minor": "yarn version --minor && git push origin master && git push origin --tags",
    "major": "yarn version --major && git push origin master && git push origin --tags"
  },
  "dependencies": {
    "chalk": "^4.0.0",
    "clipboardy": "^2.3.0",
    "debug": "^4.1.1",
    "execa": "^4.0.1",
    "fs-extra": "^9.0.0",
    "glob": "^7.1.6",
    "inquirer": "^7.1.0",
    "mkdirp": "^1.0.4",
    "npmview": "^0.0.4",
    "prettier": "^2.0.5",
    "semver": "^7.3.2",
    "sort-package-json": "^1.42.2",
    "sylvanas": "^0.4.3",
    "umi-utils": "^1.7.2",
    "yargs-parser": "^18.1.3",
    "yeoman-generator": "^4.10.0"
  },
  "devDependencies": {
    "@types/jest": "^25.2.1",
    "coffee": "^5.4.0",
    "mm": "^3.2.0",
    "np": "^6.2.3",
    "rimraf": "^3.0.2",
    "umi-test": "^1.9.6"
  },
  "authors": [
    "xiexingen <1002275364@qq.com> (https://github.com/xiexingen)"
  ]
}
