{
  "name": "deploying",
  "version": "1.0.3",
  "description": "deploy code by ssh command",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "bin": {
    "deploying": "./src/index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mouday/deploying.git"
  },
  "keywords": [
    "deploy",
    "code",
    "ssh"
  ],
  "author": "Peng Shiyu",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mouday/deploying/issues"
  },
  "homepage": "https://github.com/mouday/deploying#readme",
  "dependencies": {
    "commander": "^5.0.0",
    "node-ssh": "^8.0.0"
  }
}