node-red-contrib-betterplus-sftp
Version:
A betterplus node for SFTP communication.
41 lines (40 loc) • 1.11 kB
JSON
{
"name": "node-red-contrib-betterplus-sftp",
"version": "1.0.2",
"description": "A betterplus node for SFTP communication.",
"main": "transports/sftp/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HaroldPetersInskipp/node-red-contrib-betterplus-sftp.git"
},
"keywords": [
"node-red",
"sftp",
"file",
"redconnect"
],
"node-red": {
"version": ">=1.3.5",
"nodes": {
"sftp": "transports/sftp/index.js"
}
},
"engines": {
"node": ">=12.0.0"
},
"author": {
"name": "Harold Peters Inskipp",
"email": "HaroldPetersInskipp@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/HaroldPetersInskipp/node-red-contrib-betterplus-sftp/issues"
},
"homepage": "https://github.com/HaroldPetersInskipp/node-red-contrib-betterplus-sftp#readme",
"dependencies": {
"ssh2-sftp-client": "^11.0.0"
}
}