{
  "name": "tdesign-publish-cli",
  "version": "0.0.10",
  "description": "publish-cli",
  "title": "publish-cli",
  "keywords": [
    "changelog",
    "robot message"
  ],
  "author": "tdesign",
  "license": "MIT",
  "bin": {
    "publish-cli": "./bin/index.js"
  },
  "scripts": {
    "lint": "eslint --ext .js,.ts ./ --max-warnings 0 --fix",
    "changelog": "node common/script/generate-changelog.js",
    "robot-msg": "node common/script/generate-robot-msg.js"
  },
  "dependencies": {
    "commander": "^7.1.0",
    "inquirer": "^8.0.0",
    "standard-changelog": "^2.0.27"
  },
  "devDependencies": {
    "eslint": "6.8.0",
    "eslint-config-airbnb-base": "^14.2.1"
  }
}
