25 lines
731 B
JSON
25 lines
731 B
JSON
{
|
|
"name": "post_quantum_nostr",
|
|
"version": "0.0.28",
|
|
"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"
|
|
}
|
|
}
|