{
  "name": "ssh2-promise",
  "version": "1.0.3",
  "description": "Promise wrapper around SSH2 library",
  "main": "lib/index.js",
  "types": "lib/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": "ts-node node_modules/jasmine/bin/jasmine spec/*-spec.*",
    "prepare": "npm run build"
  },
  "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": "^1.10.0"
  },
  "devDependencies": {
    "@types/jasmine": "^2.8.9",
    "@types/node": "^16.7.1",
    "@types/ssh2": "0.5.52",
    "@types/ssh2-streams": "0.1.9",
    "gulp": "^3.9.1",
    "gulp-typescript": "^3.2.3",
    "jasmine": "^2.8.0",
    "mock-stdin": "^0.3.1",
    "ts-node": "^10.0.0",
    "typescript": "^4.3.5"
  },
  "resolutions": {
    "mixin-deep": "^1.3.2",
    "set-value": "^4.0.1",
    "lodash": "^4.17.21",
    "lodash.template": "^4.5.0",
    "lodash.merge": "^4.6.2",
    "minimist": "^1.2.6",
    "kind-of": "^6.0.3",
    "minimatch": "^3.0.4",
    "glob-parent": "^5.1.2",
    "braces": "^2.3.1",
    "ini": "^1.3.6"
  }
}
