Files
nostr-tools/package.json
fiatjaf 1ce00bd3b6 nip05.
2021-07-19 08:28:14 -03:00

29 lines
559 B
JSON

{
"name": "nostr-tools",
"version": "0.5.0",
"description": "Tools for making a Nostr client.",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/fiatjaf/nostr-tools.git"
},
"dependencies": {
"buffer": "^6.0.3",
"dns-packet": "^5.2.4",
"noble-secp256k1": "^1.1.1",
"websocket-polyfill": "^0.0.3"
},
"keywords": [
"decentralization",
"twitter",
"p2p",
"mastodon",
"ssb",
"social",
"unstoppable",
"censorship",
"censorship-resistance",
"client"
]
}