{
  "name": "pgy-deploy",
  "description": "使用ssh2与scp2实现代码发布",
  "version": "1.0.9",
  "main": "./src/index.js",
  "bin": {
    "pgy-deploy": "./src/index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "issue": "npm publish"
  },
  "keywords": [
    "deploy",
    "ssh2",
    "scp2",
    "部署"
  ],
  "homepage": "https://gitee.com/hcnj/deploy/blob/master/README.md",
  "repository": {
    "type": "git",
    "url": "https://gitee.com/hcnj/deploy.git"
  },
  "author": {
    "name": "hclj",
    "email": "1096404497@qq.com"
  },
  "license": "ISC",
  "dependencies": {
    "chalk": "^4.1.0",
    "ora": "^5.3.0",
    "progress": "^2.0.3",
    "scp2": "^0.5.0",
    "ssh2": "^0.8.9"
  }
}