jsonld-signatures-merkleproof2019
Version:
A jsonld signature implementation to support MerkleProof2019 verification in Verifiable Credential context
71 lines (70 loc) • 2.31 kB
JSON
{
"name": "jsonld-signatures-merkleproof2019",
"version": "2.20.3",
"description": "A jsonld signature implementation to support MerkleProof2019 verification in Verifiable Credential context",
"exports": {
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js"
},
"typings": "lib/index.d.ts",
"dependencies": {
"@blockcerts/explorer-lookup": "^1.7.0",
"@blockcerts/lds-merkle-proof-2019": "^1.0.2",
"@blockcerts/schemas": "^3.9.2",
"@digitalbazaar/ecdsa-multikey": "github:blockchain-certificates/ecdsa-multikey#feat/secp256k1",
"@ethersproject/keccak256": "^5.8.0",
"@noble/hashes": "^2.0.1",
"@noble/secp256k1": "^3.0.0",
"bitcoinjs-lib": "^7.0.0",
"buffer": "^6.0.3",
"jsonld": "^9.0.0",
"jsonld-signatures": "^11.6.0",
"lodash.clonedeep": "^4.5.0"
},
"devDependencies": {
"@decentralized-identity/did-common-typescript": "^0.1.19",
"@digitalbazaar/vc": "^7.1.2",
"@eslint/js": "^9.23.0",
"@types/node": "^25.3.2",
"@types/sinon": "^21.0.0",
"dts-bundle-generator": "^9.5.1",
"eslint": "^10.0.2",
"express": "^5.1.0",
"husky": "^9.1.7",
"rimraf": "^6.0.1",
"sinon": "^21.0.0",
"tslib": "^2.6.2",
"tsx": "^4.20.3",
"typescript": "^5.8.2",
"typescript-eslint": "^8.29.0",
"vitest": "^4.0.18"
},
"scripts": {
"compile": "npm run clean:build && tsc -p tsconfig.json && tsc -p tsconfig.cjs.json && npm run dts:bundle",
"dts:bundle": "dts-bundle-generator -o ./lib/index.d.ts --project tsconfig.json --no-banner src/index.ts",
"clean:build": "rimraf lib",
"lint": "eslint . --ext .ts",
"start:mock-server": "tsx ./tests/mock-server/issuer.ts",
"test": "vitest run",
"test:watch": "vitest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/blockchain-certificates/jsonld-signatures-merkleproof2019.git"
},
"keywords": [
"verifiable",
"credentials",
"blockcerts",
"merkle",
"tree",
"jsonld",
"signatures"
],
"author": "Blockcerts",
"license": "MIT",
"bugs": {
"url": "https://github.com/blockchain-certificates/jsonld-signatures-merkleproof2019/issues"
},
"homepage": "https://github.com/blockchain-certificates/jsonld-signatures-merkleproof2019#readme"
}