{
  "name": "sftp-sync-deploy",
  "version": "0.7.1",
  "description": "Sync local files to remote using SFTP.",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc && tsc -d",
    "prepare": "npm run build"
  },
  "author": "dobbydog",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/dobbydog/sftp-sync-deploy.git"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "lib/*.js",
    "lib/*.d.ts",
    "README.md",
    "LICENSE"
  ],
  "dependencies": {
    "@types/bluebird": "^3.0.36",
    "@types/minimatch": "^3.0.3",
    "@types/node": "^9.4.1",
    "@types/ssh2": "^0.5.33",
    "@types/ssh2-streams": "^0.1.2",
    "bluebird": "^3.4.6",
    "chalk": "^2.3.0",
    "minimatch": "^3.0.3",
    "ssh2": "^0.5.4"
  },
  "devDependencies": {
    "typescript": "^2.7.1"
  }
}
