{
  "name": "all-mp-merge-test-cli",
  "version": "1.1.2",
  "description": "基于mp-merge的小程序合包工具测试",
  "main": "dist/index.js",
  "bin": {
    "mp-merge": "./dist/index.js",
    "mm": "./dist/index.js"
  },
  "scripts": {
    "dev": "rm -rf ./dist/src/ && nodemon --exec 'tsc'",
    "build": "rm -rf ./dist/src/ && tsc",
    "commit": "npx git-cz",
    "version": "auto-changelog -p && git add CHANGELOG.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lisheri/all-mp-merge-test-cli.git"
  },
  "author": "lisher",
  "license": "MIT",
  "dependencies": {
    "@babel/cli": "^7.10.3",
    "@babel/core": "^7.10.3",
    "@babel/preset-env": "^7.10.3",
    "commander": "^4.1.1",
    "dayjs": "^1.8.23",
    "debug": "^4.1.1",
    "glob": "^7.1.6",
    "ora": "^4.0.3",
    "shelljs": "^0.8.4",
    "tslib": "^1.11.1",
    "uglify-js": "^3.10.0"
  },
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/debug": "^4.1.5",
    "@types/node": "^13.11.0",
    "@types/shelljs": "^0.8.8",
    "commitizen": "^4.1.2",
    "cz-conventional-changelog": "^3.2.0",
    "nodemon": "^2.0.2",
    "tslint": "^6.1.0",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.8.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
