UNPKG

node-ssh-plus

Version:

Enhance functionality in the node-ssh library by providing common function implementations

35 lines (34 loc) 791 B
{ "name": "node-ssh-plus", "version": "1.0.5", "description": "Enhance functionality in the node-ssh library by providing common function implementations", "main": "src/index.js", "scripts": { "prepublish": "npm version patch", "test": "mocha" }, "files": [ "src/", "README.md" ], "repository": { "type": "github", "url": "https://github.com/Mr-Fubowen/node-ssh-plus" }, "keywords": [ "node-ssh", "ssh", "ssh2" ], "author": "fubowen", "license": "MIT", "dependencies": { "date-fns": "^4.1.0", "fs-extra": "^11.3.0", "lodash": "^4.17.21", "node-ssh": "^13.2.0" }, "devDependencies": { "mocha": "^11.0.1" } }