nmmr
Version:
Merkle Mountain Ranges as used on the Nostr protocol
51 lines (50 loc) • 1.05 kB
JSON
{
"name": "nmmr",
"author": "Arthur França - nostr:npub1l3cgtsurhfchg4cyhhqudm70074sr96srhje330xc5m6czej5n9s9q6vs2",
"repository": {
"type": "git",
"url": "git+https://github.com/44billion/nmmr.git"
},
"license": "GPL-3.0-or-later",
"description": "Merkle Mountain Ranges as used on the Nostr protocol",
"version": "2.0.0",
"type": "module",
"scripts": {
"test": "npx mocha \"test/**/*.js\" --timeout 200000"
},
"devDependencies": {
"eslint": "^9.14.0",
"globals": "^15.12.0",
"mocha": "^10.8.2",
"neostandard": "^0.11.7",
"typescript": "^5.6.3"
},
"dependencies": {
"@noble/hashes": "^1.5.0"
},
"exports": {
".": "./src/index.js"
},
"keywords": [
"merkle mountain range",
"merkle mountain ranges",
"merkle tree",
"merkle trees",
"mmrs",
"mmr",
"nostr",
"nmmr"
],
"files": [
"src/index.js",
"src/lib",
"src/mmrs",
"react",
"shared",
"signals",
"index.js",
"LICENSE",
"package.json",
"README.md"
]
}