20 lines
483 B
JSON
20 lines
483 B
JSON
{
|
|
"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": "^0.6.7"
|
|
}
|
|
}
|
|
|