summaryrefslogtreecommitdiffhomepage
path: root/packages/ssh/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ssh/package.json')
-rw-r--r--packages/ssh/package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/ssh/package.json b/packages/ssh/package.json
new file mode 100644
index 0000000..8f0d025
--- /dev/null
+++ b/packages/ssh/package.json
@@ -0,0 +1,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"
+ }
+}