Files
nostr-tools/package.json
2021-05-23 14:21:46 -03:00

28 lines
531 B
JSON

{
"name": "nostr-tools",
"version": "0.4.6",
"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"
]
}