{
  "name": "shipit-cli",
  "version": "5.3.0",
  "description": "Universal automation and deployment tool written in JavaScript.",
  "engines": {
    "node": ">=6"
  },
  "author": "Greg Bergé <berge.greg@gmail.com>",
  "license": "MIT",
  "repository": "https://github.com/shipitjs/shipit/tree/master/packages/shipit-deploy",
  "main": "lib/index.js",
  "keywords": [
    "shipit",
    "automation",
    "deployment",
    "deploy",
    "ssh"
  ],
  "scripts": {
    "prebuild": "rm -rf lib/",
    "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
    "prepublishOnly": "yarn run build"
  },
  "bin": {
    "shipit": "./bin/shipit"
  },
  "dependencies": {
    "chalk": "^2.4.1",
    "commander": "^3.0.0",
    "interpret": "^1.1.0",
    "liftoff": "^3.1.0",
    "orchestrator": "^0.3.7",
    "pretty-hrtime": "^1.0.0",
    "ssh-pool": "^5.3.0",
    "stream-line-wrapper": "^0.1.1",
    "v8flags": "^3.1.0"
  },
  "gitHead": "5e9b5fb4396e75cbe43382781c0b06491a66ad3c"
}
