{
  "name": "ssh-deploy",
  "version": "2.1.5",
  "description": "This GitHub Action deploys specific directory from `GITHUB_WORKSPACE` to a folder on a server via rsync over ssh.",
  "main": "src/index.js",
  "dependencies": {
    "command-exists": "1.2.8",
    "node-cmd": "3.0.0",
    "rsyncwrapper": "3.0.1"
  },
  "devDependencies": {
    "@zeit/ncc": "^0.20.5",
    "eslint": "^6.8.0",
    "eslint-config-airbnb-base": "^14.1.0",
    "eslint-plugin-import": "^2.20.2"
  },
  "scripts": {
    "build": "npm run lint && ncc build ./src/index.js -o dist",
    "lint": "eslint ./src/index.js",
    "lint:fix": "eslint ./src/index.js --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/easingthemes/ssh-deploy.git"
  },
  "keywords": [
    "deploy",
    "ssh",
    "rsync"
  ],
  "author": "Dragan Filipovic",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/easingthemes/ssh-deploy/issues"
  },
  "homepage": "https://github.com/easingthemes/ssh-deploy#readme"
}