@sphereon/ssi-sdk.oid4vci-issuer
Version:
90 lines (89 loc) • 2.49 kB
JSON
{
"name": "@sphereon/ssi-sdk.oid4vci-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": {
"ISIOPv2RP": "./src/types/ISIOPv2RP.ts"
}
},
"scripts": {
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
},
"dependencies": {
"@sphereon/oid4vci-client": "0.21.1",
"@sphereon/oid4vci-common": "0.21.1",
"@sphereon/oid4vci-issuer": "0.21.1",
"@sphereon/ssi-sdk-ext.did-utils": "0.40.1",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.40.1",
"@sphereon/ssi-sdk-ext.jwt-service": "0.40.1",
"@sphereon/ssi-sdk.agent-config": "0.40.1",
"@sphereon/ssi-sdk.core": "0.40.1",
"@sphereon/ssi-sdk.data-store": "0.40.1",
"@sphereon/ssi-sdk.data-store-types": "0.40.1",
"@sphereon/ssi-sdk.kv-store-temp": "0.40.1",
"@sphereon/ssi-sdk.mdl-mdoc": "0.40.1",
"@sphereon/ssi-sdk.oid4vci-issuer-store": "0.40.1",
"@sphereon/ssi-sdk.sd-jwt": "0.40.1",
"@sphereon/ssi-sdk.vc-status-list": "0.40.1",
"@sphereon/ssi-sdk.vc-status-list-issuer": "0.40.1",
"@sphereon/ssi-types": "0.40.1",
"@types/uuid": "^9.0.8",
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
"cross-fetch": "^4.1.0",
"jwt-decode": "^4.0.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/did-auth-siop": "0.21.1",
"@sphereon/did-uni-client": "^0.6.3",
"@veramo/did-provider-key": "4.2.0",
"@veramo/did-resolver": "4.2.0",
"@veramo/utils": "4.2.0",
"did-resolver": "^4.1.0",
"nock": "^13.5.4"
},
"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": [
"Sphereon",
"SSI",
"Veramo",
"DID",
"SIOP",
"SIOPv2",
"OID4VP",
"Presentation Exchange",
"OpenID Connect",
"Authenticator"
],
"gitHead": "e51d450fceab02b6da01c8b88de9532a09d1e913"
}