UNPKG

@yousolution/node-red-contrib-you-ftp-sftp

Version:

A node-red node that support FTP and SFTP file transfer using $() environment variables to control the ftp connection details

52 lines (51 loc) 1.6 kB
{ "name": "@yousolution/node-red-contrib-you-ftp-sftp", "version": "1.11.0", "description": "A node-red node that support FTP and SFTP file transfer using $() environment variables to control the ftp connection details", "main": "sftp.js", "scripts": { "update": "npm pack && mv yousolution-node-red-contrib-you-ftp-sftp-$npm_package_version.tgz ./data && cd data && npm i yousolution-node-red-contrib-you-ftp-sftp-$npm_package_version.tgz && docker-compose restart", "test": "mocha 'test/**/*.spec.js'", "coverage": "nyc npm run test" }, "repository": { "type": "git", "url": "git+https://github.com/yousolution-cloud/node-red-contrib-you-ftp-sftp.git" }, "keywords": [ "node-red", "ftp", "sftp", "ftps", "redconnect" ], "node-red": { "nodes": { "ftp": "nodes/ftp.js", "sftp": "nodes/sftp.js", "ftps": "nodes/ftps.js" } }, "author": "Andrea Trentin [YouSolution]", "license": "MIT", "bugs": { "url": "https://github.com/yousolution-cloud/node-red-contrib-you-ftp-sftp.git/issues" }, "homepage": "https://github.com/yousolution-cloud/node-red-contrib-you-ftp-sftp.git#readme", "dependencies": { "basic-ftp": "^5.0.3", "ssh2-sftp-client": "^9.1.0" }, "devDependencies": { "@types/chai": "^4.3.11", "@types/node-red": "^1.3.4", "@types/node-red-node-test-helper": "^0.3.3", "@types/sinon": "^17.0.2", "chai": "^4.3.10", "mocha": "^10.0.2", "node-red": "^3.1.0", "node-red-node-test-helper": "^0.3.2", "nyc": "^15.1.0", "sinon": "^17.0.1" } }