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"
+  }
+}
+