mirror of
https://github.com/leesalminen/nostr-broadcast.git
synced 2025-03-17 13:21:57 +01:00
17 lines
322 B
JSON
17 lines
322 B
JSON
{
|
|
"name": "nostr-rebroadcast",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"nostr-tools": "^1.2.1",
|
|
"websocket-polyfill": "^0.0.3"
|
|
}
|
|
}
|