From bd5f9e85ea25e150abf9da47aefa464d38c14962 Mon Sep 17 00:00:00 2001 From: vveerrgg Date: Sun, 29 Dec 2024 20:08:02 -0800 Subject: [PATCH] chore: update package description and keywords - Add specific NIPs supported in description - Add key features and security focus - Update keywords to reflect current functionality - Remove outdated keywords --- package.json | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index a56111d..f908940 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nostr-nsec-seedphrase", - "version": "0.6.0", - "description": "A TypeScript library for managing Nostr keys with seed phrases, including event signing, verification, and WebSocket utilities", + "version": "0.6.1", + "description": "A comprehensive TypeScript library for Nostr key management with BIP39 seed phrases, supporting NIP-01, NIP-06, NIP-19, and NIP-26. Features include key generation, event signing, bech32 encoding/decoding, and secure cryptographic operations.", "type": "module", "main": "./dist/index.js", "types": "./dist/index.d.ts", @@ -38,7 +38,15 @@ "bip39", "crypto", "typescript", - "websocket" + "nip-01", + "nip-06", + "nip-19", + "nip-26", + "bech32", + "event signing", + "key management", + "cryptography", + "nostr-tools" ], "author": "vveerrgg", "license": "MIT",