This commit is contained in:
fiatjaf
2021-07-19 08:28:14 -03:00
parent dc698a5c90
commit 1ce00bd3b6
2 changed files with 53 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "nostr-tools",
"version": "0.4.6",
"version": "0.5.0",
"description": "Tools for making a Nostr client.",
"main": "index.js",
"repository": {
@@ -9,6 +9,7 @@
},
"dependencies": {
"buffer": "^6.0.3",
"dns-packet": "^5.2.4",
"noble-secp256k1": "^1.1.1",
"websocket-polyfill": "^0.0.3"
},