sftp-deploy-js
Version:
SFTP deployer using ssh2-sftp-client
31 lines (30 loc) • 639 B
JSON
{
"name": "sftp-deploy-js",
"version": "1.0.4",
"description": "SFTP deployer using ssh2-sftp-client",
"main": "sftp-deploy.js",
"keywords": [
"sftp",
"deploy",
"deploying"
],
"engines": {
"node": ">=8"
},
"author": "Ilya Potseluev",
"license": "ISC",
"dependencies": {
"read": "^1.0.7",
"ssh2-sftp-client": "^8.0.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Ilya-Potseluev/sftp-deploy.git"
},
"bugs": {
"url": "https://github.com/Ilya-Potseluev/sftp-deploy/issues"
},
"homepage": "https://github.com/Ilya-Potseluev/sftp-deploy#readme",
"type": "module"
}