summaryrefslogtreecommitdiffhomepage
path: root/packages/ssh/package.json
blob: 67dc78e3668e9c874e1c06318ae52c054e065044 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "name": "@dispatch/ssh",
  "version": "0.0.0",
  "type": "module",
  "private": true,
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "dependencies": {
    "@dispatch/exec-backend": "workspace:*",
    "@dispatch/kernel": "workspace:*",
    "@dispatch/transport-contract": "workspace:*",
    "@dispatch/transport-http": "workspace:*",
    "@dispatch/wire": "workspace:*",
    "ssh-config": "^5.1.0",
    "ssh2": "^1.17.0"
  },
  "devDependencies": {
    "@types/ssh2": "^1.15.5"
  }
}