From 1be448ca738878598d9666955019be8da240ef98 Mon Sep 17 00:00:00 2001
From: stephen <stephen@vanderwarker.family>
Date: Tue, 24 Dec 2024 18:05:57 -0500
Subject: [PATCH] Adding package.json so npm i will work You'd think i'd do
 this before I commented on Nostr ;)

---
 package.json | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)
 create mode 100644 package.json

diff --git a/package.json b/package.json
new file mode 100644
index 0000000..a49db3d
--- /dev/null
+++ b/package.json
@@ -0,0 +1,19 @@
+{
+  "name": "nostr-binance-integration",
+  "version": "1.0.0",
+  "description": "A Node.js script that integrates Binance WebSocket data with Nostr events.",
+  "main": "index.js",
+  "scripts": {
+    "start": "node index.js"
+  },
+  "author": "npub1lqulkec5tx98yv7snk759tuzejtcr5865468fuvyrtuskhynpyush5qaf3",
+  "license": "MIT",
+  "dependencies": {
+    "ws": "^8.13.0",
+    "crypto": "^1.0.1",
+    "elliptic": "^6.5.4",
+    "safe-buffer": "^5.2.1",
+    "bip-schnorr": "^1.0.0"
+  }
+}
+