blob: 8f0d025a123d8905a9f3c863a64eac20f65d96c2 (
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"
}
}
|