{
  "name": "@pluve/cz-cli",
  "version": "1.0.5",
  "author": "vdfor",
  "keywords": [
    "pluve",
    "cz-cli",
    "commitizen"
  ],
  "license": "MIT",
  "bin": "./cli.js",
  "files": [
    "cli.js"
  ],
  "repository": {
    "type": "git",
    "url": "https://codeup.aliyun.com/5f2d10465fd102f22f6b9fe6/cz-cli.git"
  },
  "homepage": "https://codeup.aliyun.com/5f2d10465fd102f22f6b9fe6/cz-cli.git#readme",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "release": "yarn publish",
    "release:next": "yarn publish --tag=next",
    "release:beta": "yarn publish --tag=beta"
  },
  "dependencies": {
    "commitizen": "^4.2.1",
    "cz-conventional-changelog": "^3.3.0"
  }
}
