12 lines
191 B
JSON
12 lines
191 B
JSON
{
|
|
"name": "nostr-webrtc-server",
|
|
"dependencies": {
|
|
"ministun": "^1.0.6",
|
|
"nostr-tools": "^2.0.2",
|
|
"socket.io": "^4.7.2"
|
|
},
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
}
|
|
}
|