snort/packages/webrtc-server/package.json
Martti Malmi 1309937869
Some checks failed
continuous-integration/drone/push Build is failing
wip webrtc
2023-12-21 19:51:37 +02:00

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