koshilife-lds-merkle-proof-2019
Version:
LDS Merkle Proof 2019 signature suite tools
33 lines (32 loc) • 820 B
JSON
{
"name": "koshilife-lds-merkle-proof-2019",
"version": "0.0.8-dev1",
"description": "LDS Merkle Proof 2019 signature suite tools",
"keywords": [
"lds-merkle-proof-2019",
"verifiable credentials",
"merkle-proof"
],
"repository": {
"type": "git",
"url": "https://github.com/vaultie/lds-merkle-proof-2019.git"
},
"homepage": "https://github.com/vaultie/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"
},
"scripts": {
"test": "jest",
"postpublish": "npm publish --ignore-scripts --@vaultie:registry='https://registry.npmjs.org'"
},
"author": "Vaultie Inc.",
"license": "MIT"
}