mirror of
https://github.com/nbd-wtf/nostr-tools.git
synced 2025-12-09 08:38:50 +00:00
28 lines
531 B
JSON
28 lines
531 B
JSON
{
|
|
"name": "nostr-tools",
|
|
"version": "0.4.4",
|
|
"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",
|
|
"noble-secp256k1": "^1.1.1",
|
|
"websocket-polyfill": "^0.0.3"
|
|
},
|
|
"keywords": [
|
|
"decentralization",
|
|
"twitter",
|
|
"p2p",
|
|
"mastodon",
|
|
"ssb",
|
|
"social",
|
|
"unstoppable",
|
|
"censorship",
|
|
"censorship-resistance",
|
|
"client"
|
|
]
|
|
}
|