{
  "name": "@ztjy/cicd",
  "version": "1.6.3",
  "description": "ztjy ci & cd tool",
  "keywords": [
    "ci",
    "cd",
    "tool",
    "szy",
    "ztjy"
  ],
  "license": "MIT",
  "engines": {
    "node": ">= 10"
  },
  "main": "./lib/index.js",
  "files": [
    "bin",
    "lib"
  ],
  "bin": {
    "cicd": "./bin/cli"
  },
  "scripts": {
    "prebuild": "rimraf lib",
    "build": "tsc --project tsconfig.build.json",
    "build-watch": "tsc --project tsconfig.build.json --watch",
    "prerelease": "npm run build",
    "release": "dotenv semantic-release"
  },
  "dependencies": {
    "axios": "^0.21.4",
    "commander": "^7.2.0",
    "dingding-robot-sdk": "^1.0.0",
    "fs-extra": "^10.0.0",
    "inquirer": "^8.1.2",
    "miniprogram-ci": "^1.8.0",
    "shelljs": "^0.8.4",
    "winston": "^3.6.0"
  },
  "devDependencies": {
    "@semantic-release/changelog": "^5.0.1",
    "@semantic-release/git": "^9.0.0",
    "@types/node": "^10.17.60",
    "@typescript-eslint/eslint-plugin": "^4.27.0",
    "@typescript-eslint/parser": "^4.27.0",
    "dotenv": "^10.0.0",
    "dotenv-cli": "^4.0.0",
    "eslint": "^7.0.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-promise": "^5.0.0",
    "prettier": "^2.3.1",
    "rimraf": "^3.0.2",
    "semantic-release": "^17.4.1",
    "typescript": "^4.3.4"
  },
  "release": {
    "dryRun": false,
    "ci": false,
    "plugins": [
      "@semantic-release/commit-analyzer",
      "@semantic-release/release-notes-generator",
      [
        "@semantic-release/changelog",
        {
          "changelogFile": "CHANGELOG.md"
        }
      ],
      "@semantic-release/npm",
      [
        "@semantic-release/git",
        {
          "assets": [
            "CHANGELOG.md",
            "package.json"
          ]
        }
      ]
    ]
  }
}
