{
  "name": "deploy-config",
  "version": "1.0.5",
  "description": "deploy-config",
  "bin": {
    "deploy": "node ./bin/index.js"
  },
  "scripts": {
    "deploy": "node ./bin/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "web",
    "node-ssh",
    "deploy"
  ],
  "private": false,
  "engines": {
      "node": ">=9.0.0"
  },
  "author": "code_wei",
  "license": "ISC",
  "dependencies": {
    "archiver": "^4.0.2",
    "commander": "^5.1.0",
    "inquirer": "^7.3.2",
    "node-ssh": "^10.0.2"
  }
}
