{
  "name": "@beanjs/taro-plugin-mini-ci",
  "version": "3.5.9",
  "description": "Taro 小程序端构建后支持CI（持续集成）的插件",
  "keywords": [
    "Taro",
    "CI/CD"
  ],
  "author": "bigMeow <running@vip.163.com>",
  "homepage": "https://github.com/NervJS/taro#readme",
  "license": "MIT",
  "main": "index.js",
  "typings": "types/index.d.ts",
  "files": [
    "dist",
    "index.js",
    "types"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/NervJS/taro.git"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc -w"
  },
  "bugs": {
    "url": "https://github.com/NervJS/taro/issues"
  },
  "dependencies": {
    "minimist": "^1.2.5",
    "miniprogram-ci": "^1.6.1",
    "qrcode-terminal": "^0.12.0",
    "shelljs": "^0.8.4"
  },
  "peerDependencies": {
    "minidev": "^1.5.1"
  },
  "peerDependenciesMeta": {
    "minidev": {
      "optional": true
    }
  }
}
