UNPKG

jsonld-signatures-merkleproof2019

Version:

A jsonld signature implementation to support MerkleProof2019 verification in Verifiable Credential context

76 lines (75 loc) 2.46 kB
{ "name": "jsonld-signatures-merkleproof2019", "version": "2.17.0", "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.5.6", "@blockcerts/schemas": "^3.9.2", "@digitalbazaar/ecdsa-multikey": "github:blockchain-certificates/ecdsa-multikey#feat/secp256k1", "@ethersproject/keccak256": "^5.8.0", "@noble/curves": "^1.9.2", "@trust/keyto": "^1.0.1", "@vaultie/lds-merkle-proof-2019": "^0.0.12", "bitcoinjs-lib": "^6.0.2", "bs58": "^6.0.0", "jsonld": "^8.3.2", "jsonld-signatures": "^11.2.1", "lodash.clonedeep": "^4.5.0", "secp256k1": "^5.0.0", "sha256": "^0.2.0" }, "devDependencies": { "@decentralized-identity/did-common-typescript": "^0.1.19", "@digitalbazaar/vc": "^7.1.2", "@eslint/js": "^9.23.0", "@types/node": "^24.0.3", "@types/sinon": "^17.0.1", "dts-bundle-generator": "^9.5.1", "eslint": "^9.23.0", "express": "^5.1.0", "husky": "^9.1.7", "rimraf": "^6.0.1", "semantic-release": "^24.2.3", "sinon": "^21.0.0", "tslib": "^2.6.2", "tsx": "^4.20.3", "typescript": "^5.8.2", "typescript-eslint": "^8.29.0", "vitest": "^3.0.9" }, "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", "semantic-release": "semantic-release", "prepare": "husky install" }, "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" }