From f63392fb012c8e393984178ea4c73d128e6a14e4 Mon Sep 17 00:00:00 2001 From: Siddharth Singh Date: Fri, 27 Sep 2024 23:48:11 +0530 Subject: [PATCH] add node-ssh dependency --- deno.json | 1 + deno.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/deno.json b/deno.json index d0c867e5..27a1ac31 100644 --- a/deno.json +++ b/deno.json @@ -67,6 +67,7 @@ "linkify-string": "npm:linkify-string@^4.1.1", "linkifyjs": "npm:linkifyjs@^4.1.1", "lru-cache": "npm:lru-cache@^10.2.2", + "node-ssh": "npm:node-ssh@13.2.0", "nostr-relaypool": "npm:nostr-relaypool2@0.6.34", "nostr-tools": "npm:nostr-tools@2.5.1", "nostr-wasm": "npm:nostr-wasm@^0.1.0", diff --git a/deno.lock b/deno.lock index 558b6e57..9ef3764b 100644 --- a/deno.lock +++ b/deno.lock @@ -2049,6 +2049,7 @@ "npm:linkify-string@^4.1.1", "npm:linkifyjs@^4.1.1", "npm:lru-cache@^10.2.2", + "npm:node-ssh@13.2.0", "npm:nostr-relaypool2@0.6.34", "npm:nostr-tools@2.5.1", "npm:nostr-wasm@^0.1.0",