UNPKG

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

14 lines (13 loc) 298 B
{ "extends": "./tsconfig.json", "compilerOptions": { "module": "esnext", "target": "es5", "lib": ["es2015", "dom"], "outDir": "dist/browser", "declaration": false, "sourceMap": true }, "include": ["src/browser.ts"], "exclude": ["node_modules", "**/__tests__/*"] }