@sphereon/ssi-sdk-wellknown-did-verifier
Version:
<!--suppress HtmlDeprecatedAttribute --> <h1 align="center"> <br> <a href="https://www.sphereon.com"><img src="https://sphereon.com/content/themes/sphereon/assets/img/logo.svg" alt="Sphereon" width="400"></a> <br>Well-Known DID Verifier (Typescript)
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "@sphereon/ssi-sdk-wellknown-did-verifier",
"version": "0.11.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"veramo": {
"pluginInterfaces": {
"IWellknownDidVerifier": "./src/types/IWellKnownDidVerifier.ts"
}
},
"scripts": {
"build": "tsc --build",
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/wellknown-dids-client": "^0.1.3",
"@veramo/core": "4.2.0"
},
"devDependencies": {
"@sphereon/ssi-sdk-agent-config": "^0.11.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0",
"nock": "^13.2.9",
"web-did-resolver": "^2.0.23"
},
"files": [
"dist/**/*",
"src/**/*",
"README.md",
"plugin.schema.json",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:Sphereon-Opensource/SSI-SDK.git",
"author": "Sphereon <dev@sphereon.com>",
"license": "Apache-2.0",
"keywords": [
"DID",
"Domain Linkage",
"DID Configuration Resource",
"Verifier",
"Well-Known DIDs"
],
"gitHead": "c0b30e037a02bb4bedbf1165feb73184ca8ef571"
}