mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-08 16:28:49 +00:00
31 lines
619 B
JSON
31 lines
619 B
JSON
{
|
|
"name": "nostr-tools",
|
|
"version": "0.9.0",
|
|
"description": "Tools for making a Nostr client.",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/fiatjaf/nostr-tools.git"
|
|
},
|
|
"dependencies": {
|
|
"@noble/secp256k1": "^1.3.0",
|
|
"bip39": "^3.0.4",
|
|
"buffer": "^6.0.3",
|
|
"create-hmac": "^1.1.7",
|
|
"dns-packet": "^5.2.4",
|
|
"randombytes": "^2.1.0",
|
|
"websocket-polyfill": "^0.0.3"
|
|
},
|
|
"keywords": [
|
|
"decentralization",
|
|
"twitter",
|
|
"p2p",
|
|
"mastodon",
|
|
"ssb",
|
|
"social",
|
|
"unstoppable",
|
|
"censorship",
|
|
"censorship-resistance",
|
|
"client"
|
|
]
|
|
}
|