@sphereon/ssi-sdk-ext.did-resolver-key
Version:
Sphereon did:key resolver with BBS+/BLS and EBSI support.
69 lines (68 loc) • 1.68 kB
JSON
{
"name": "@sphereon/ssi-sdk-ext.did-resolver-key",
"description": "Sphereon did:key resolver with BBS+/BLS and EBSI support.",
"version": "0.40.0",
"source": "./src/index.ts",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"react-native": "./dist/index.js",
"import": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
},
"require": {
"types": "./dist/index.d.cts",
"require": "./dist/index.cjs"
}
},
"scripts": {
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
},
"dependencies": {
"@sphereon/ssi-sdk-ext.key-utils": "0.40.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"
],
"gitHead": "6e7254a91be198632e878a3485acfe59804c7f1d"
}