{
  "name": "go-deploy",
  "version": "1.4.0",
  "description": "上传部署工具",
  "keywords": [
    "部署",
    "ftp",
    "deploy"
  ],
  "bin": {
    "go-deploy": "bin/gd",
    "gd": "bin/gd"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LogiCadi/go-deploy.git"
  },
  "author": "luokai",
  "license": "ISC",
  "dependencies": {
    "basic-ftp": "^4.6.6",
    "dir-fs-utils": "^1.1.2",
    "open": "^8.4.2",
    "progress": "^2.0.3"
  }
}
