nostr-relaypool
Version:
A Nostr RelayPool implementation in TypeScript using only nostr-tools library as a dependency.
31 lines (30 loc) • 614 B
JSON
{
"name": "nostr-relaypool-simple-nodejs-example",
"version": "0.0.1",
"description": "Example.",
"repository": {
"type": "git",
"url": "https://github.com/adamritter/nostr-relaypool-ts.git"
},
"dependencies": {
"@types/node": "^18.11.18",
"nostr-relaypool": "0.3.10",
"nostr-tools": "^1.1.0",
"ws": "^5.0.0"
},
"keywords": [
"decentralization",
"social",
"censorship-resistance",
"client",
"nostr"
],
"devDependencies": {
"ts-node": "^10.9.1",
"tsd": "^0.22.0",
"typescript": "^4.9.4"
},
"scripts": {
"start": "node index"
}
}