{ "name": "@draganfilipovic/ssh-deploy", "version": "2.2.10", "description": "Fast NodeJS action to deploy specific directory from `GITHUB_WORKSPACE` to a server via rsync over ssh.", "main": "dist/index.js", "files": [ "/dist", "./action.yml", "./README.md", "LICENSE" ], "dependencies": { "command-exists": "1.2.9", "node-cmd": "4.0.0", "rsyncwrapper": "3.0.1" }, "devDependencies": { "@vercel/ncc": "^0.28.6", "eslint": "^7.27.0", "eslint-config-airbnb-base": "^14.2.1", "eslint-plugin-import": "^2.23.3" }, "scripts": { "build": "npm run lint && ncc build ./src/index.js -o dist -m", "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": "MIT", "bugs": { "url": "https://github.com/easingthemes/ssh-deploy/issues" }, "homepage": "https://github.com/easingthemes/ssh-deploy#readme" }