UNPKG

@johnls/ssh2-promise

Version:
60 lines (59 loc) 1.31 kB
{ "name": "@johnls/ssh2-promise", "version": "1.0.0", "description": "Promise wrapper around SSH2 library", "main": "dist/index.js", "types": "dist/index.d.ts", "licenses": [ { "type": "MIT", "url": "https://www.opensource.org/licenses/mit-license.php" } ], "repository": { "type": "git", "url": "https://github.com/sanketbajoria/ssh2-promise" }, "scripts": { "build": "tsc", "test": "", "deploy": "npm publish --access public" }, "keywords": [ "ssh2", "ssh2 typescript", "ssh2-promise", "ssh-promise", "sftp-promise", "shell-promise", "ssh promise", "ssh tunnel", "tunnel manager", "ssh async await", "tunnel async await", "cache ssh", "retry ssh", "sftp promise", "sftp async await", "ssh2 typescript promise", "tunnel typescript", "typescript ssh2 async await" ], "author": "Sanket Bajoria", "license": "MIT", "dependencies": { "@heroku/socksv5": "^0.0.9", "ssh2": "^0.8.5" }, "devDependencies": { "@types/node": "^12.6.6", "@types/ssh2": "0.5.38", "@types/jasmine": "^3.3.13", "gulp": "^4.0.2", "gulp-typescript": "^5.0.1", "jasmine": "^3.4.0", "mock-stdin": "^0.3.1", "ts-node": "^8.3.0", "typescript": "^3.5.3" } }