{
  "name": "node-ssh-forward",
  "version": "0.7.2",
  "main": "dist/Connection.js",
  "author": "Martin Wentzel <wentzel@stocard.de>",
  "license": "MIT",
  "description": "Easy to use ssh client with port forwarding and bastion host support",
  "dependencies": {
    "debug": "^4.1.1",
    "ssh2": "^0.8.9"
  },
  "keywords": [
    "node",
    "ssh",
    "bastion host",
    "shell",
    "exec",
    "forward",
    "jump host"
  ],
  "homepage": "https://github.com/Stocard/node-ssh-forward",
  "scripts": {
    "lint": "tslint -c tslint.json 'test/**/*.ts' 'src/**/*.ts'",
    "clean": "rm -rf dist",
    "build": "yarn clean && tsc",
    "prepublishOnly": "yarn build",
    "test": "nyc ./node_modules/mocha/bin/_mocha --ui bdd --recursive --timeout 30000 --require ts-node/register \"test/test.ts\""
  },
  "devDependencies": {
    "@types/mocha": "^5.2.5",
    "@types/node": "^10.3.1",
    "@types/ssh2": "^0.5.35",
    "mocha": "^5.2.0",
    "nyc": "^15.0.0",
    "ts-node": "^7.0.1",
    "tslint": "^5.10.0",
    "tslint-config-airbnb": "^5.11.0",
    "typescript": "^3.0.3"
  }
}
