nostr-nsec-seedphrase
Version:
A comprehensive TypeScript library for Nostr key management with BIP39 seed phrases, supporting both ESM and CommonJS. Implements NIP-01, NIP-06, NIP-19, and NIP-26 with key generation, event signing, bech32 encoding/decoding, and secure cryptographic ope
37 lines (36 loc) • 775 B
JSON
{
"$schema": "https://typedoc.org/schema.json",
"entryPoints": ["./src/index.ts"],
"out": "docs",
"name": "nostr-nsec-seedphrase",
"includeVersion": true,
"excludePrivate": true,
"excludeProtected": true,
"excludeExternals": true,
"plugin": ["typedoc-plugin-markdown"],
"theme": "default",
"readme": "README.md",
"categorizeByGroup": true,
"categoryOrder": [
"Core",
"BIPs",
"NIPs",
"Key Management",
"Seed Phrase",
"Event Operations",
"Cryptography",
"Types",
"Utils",
"*"
],
"navigationLinks": {
"GitHub": "https://github.com/humanjavaenterprises/nostr-nsec-seedphrase"
},
"sidebarLinks": {
"API": "modules.md"
},
"validation": {
"invalidLink": true,
"notDocumented": true
}
}