@tanglelabs/resolver-did-key
Version:
Fork of Sphereon did:key resolver with BBS+/BLS and EBSI support.
54 lines • 1.26 kB
JSON
{
"name": "@tanglelabs/resolver-did-key",
"description": "Fork of Sphereon did:key resolver with BBS+/BLS and EBSI support.",
"version": "0.24.3",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"dependencies": {
"@sphereon/ssi-sdk-ext.key-utils": "0.24.0",
"@stablelib/ed25519": "^1.0.3",
"bigint-mod-arith": "^3.3.1",
"did-resolver": "^4.1.0",
"enhanced-resolve": "^5.15.0",
"lodash.isplainobject": "^4.0.6",
"multiformats": "^9.9.0",
"nist-weierstrauss": "1.4.1",
"uint8arrays": "^3.1.1",
"varint": "^6.0.0",
"web-encoding": "^1.1.5"
},
"devDependencies": {
"@types/lodash.isplainobject": "^4.0.7",
"@types/varint": "^6.0.1"
},
"files": [
"dist/**/*",
"src/**/*",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:Sphereon-Opensource/SSI-SDK-crypto-extensions.git",
"author": "Sphereon <dev@sphereon.com>",
"contributors": [],
"license": "Apache-2.0",
"keywords": [
"Sphereon",
"did:key resolver",
"DID",
"KEY",
"EBSI",
"BLS",
"BBS+",
"ed25519",
"secp256r1",
"secp256r1",
"RSA"
]
}