@sphereon/ssi-sdk.wellknown-did-issuer
Version:
79 lines (78 loc) • 2.05 kB
JSON
{
"name": "@sphereon/ssi-sdk.wellknown-did-issuer",
"version": "0.40.1",
"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"
}
},
"veramo": {
"pluginInterfaces": {
"IWellknownDidIssuer": "./src/types/IWellKnownDidIssuer.ts"
}
},
"scripts": {
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
},
"dependencies": {
"@sphereon/ssi-sdk.core": "0.40.1",
"@sphereon/ssi-sdk.credential-store": "0.40.1",
"@sphereon/ssi-sdk.data-store": "0.40.1",
"@sphereon/ssi-sdk.data-store-types": "0.40.1",
"@sphereon/ssi-types": "0.40.1",
"@sphereon/wellknown-dids-client": "^0.1.3",
"@veramo/data-store": "4.2.0",
"@veramo/utils": "4.2.0",
"class-validator": "0.14.1",
"debug": "^4.3.5",
"did-jwt-vc": "3.1.3",
"typeorm": "0.3.20",
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/ssi-sdk.agent-config": "0.40.1",
"@types/express": "^4.17.21",
"@types/uuid": "^9.0.8",
"@veramo/did-manager": "4.2.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0",
"did-resolver": "^4.1.0",
"express": "^4.19.2",
"nock": "^13.5.4",
"typescript": "5.8.3"
},
"files": [
"dist",
"src",
"README.md",
"plugin.schema.json",
"LICENSE"
],
"private": false,
"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",
"Issuer",
"Well-Known DIDs",
"Verifiable Credential"
],
"gitHead": "e51d450fceab02b6da01c8b88de9532a09d1e913"
}