@sphereon/ssi-sdk.presentation-exchange
Version:
80 lines (79 loc) • 2.1 kB
JSON
{
"name": "@sphereon/ssi-sdk.presentation-exchange",
"version": "0.37.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": {
"IPresentationExchange": "./src/types/IPresentationExchange.ts"
}
},
"scripts": {
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
},
"dependencies": {
"@sphereon/pex": "5.0.0-unstable.28",
"@sphereon/pex-models": "^2.3.2",
"@sphereon/ssi-sdk-ext.did-utils": "0.37.1",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.37.1",
"@sphereon/ssi-sdk.credential-store": "0.37.1",
"@sphereon/ssi-sdk.data-store": "0.37.1",
"@sphereon/ssi-sdk.data-store-types": "0.37.1",
"@sphereon/ssi-sdk.sd-jwt": "0.37.1",
"@sphereon/ssi-types": "0.37.1",
"@veramo/core": "4.2.0"
},
"devDependencies": {
"@sphereon/did-uni-client": "^0.6.3",
"@sphereon/ssi-sdk.agent-config": "0.37.1",
"@types/json-buffer": "^3.0.2",
"@veramo/did-provider-key": "4.2.0",
"@veramo/did-resolver": "4.2.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "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",
"OIDC4VP",
"Presentation Exchange",
"OpenID Connect",
"Authenticator"
],
"gitHead": "f77778193dc9235727d306be0449c5bf05b63cbe"
}