@chainbrains/lds-merkle-proof-2019
Version:
LDS Merkle Proof 2019 signature suite tools
34 lines (33 loc) • 897 B
JSON
{
"name": "@chainbrains/lds-merkle-proof-2019",
"version": "1.0.4",
"description": "LDS Merkle Proof 2019 signature suite tools",
"keywords": [
"lds-merkle-proof-2019",
"verifiable credentials",
"merkle-proof"
],
"repository": {
"type": "git",
"url": "https://github.com/smascarenhas-cci/lds-merkle-proof-2019"
},
"homepage": "https://github.com/smascarenhas-cci/lds-merkle-proof-2019",
"main": "src/index.js",
"dependencies": {
"ajv": "^6.10.2",
"cbor": "^5.0.1",
"encodr": "^1.2.1",
"lodash": "^4.17.20",
"multibase": "^0.6.0"
},
"devDependencies": {
"jest": "^26.4.2",
"typescript": "^4.9.3"
},
"scripts": {
"test": "jest",
"postpublish": "npm publish --ignore-scripts --@chainbrains:registry='https://registry.npmjs.org'"
},
"author": "Chain Brains",
"license": "MIT"
}