{ "name": "nostr_quantum_preparation", "version": "0.1.6", "description": "A migration strategy for bringing post-quantum security to Nostr without breaking the social graph, without requiring consensus on a single post-quantum algorithm, and without forcing existing users to abandon their identities.", "main": "index.js", "scripts": { "test": "node --test test/*.test.mjs" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "devDependencies": { "esbuild": "^0.28.1" }, "dependencies": { "@noble/curves": "^2.2.0", "@noble/hashes": "^2.2.0", "@noble/post-quantum": "^0.6.1", "@scure/base": "^2.2.0", "@scure/bip32": "^2.2.0", "@scure/bip39": "^2.2.0" } }