{
  "name": "@sphereon/ssi-sdk.ebsi-support",
  "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": {
      "IEbsiSupport": "./src/types/IEbsiSupport.ts"
    }
  },
  "scripts": {
    "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
  },
  "dependencies": {
    "@ethersproject/random": "^5.7.0",
    "@sphereon/did-auth-siop": "0.20.1",
    "@sphereon/did-auth-siop-adapter": "0.20.1",
    "@sphereon/pex": "5.0.0-unstable.28",
    "@sphereon/pex-models": "^2.3.2",
    "@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.37.1",
    "@sphereon/ssi-sdk-ext.did-utils": "0.37.1",
    "@sphereon/ssi-sdk-ext.identifier-resolution": "0.37.1",
    "@sphereon/ssi-sdk-ext.jwt-service": "0.37.1",
    "@sphereon/ssi-sdk-ext.key-utils": "0.37.1",
    "@sphereon/ssi-sdk.contact-manager": "0.37.1",
    "@sphereon/ssi-sdk.core": "0.37.1",
    "@sphereon/ssi-sdk.oid4vci-holder": "0.37.1",
    "@sphereon/ssi-sdk.presentation-exchange": "0.37.1",
    "@sphereon/ssi-sdk.siopv2-oid4vp-op-auth": "0.37.1",
    "@sphereon/ssi-types": "0.37.1",
    "@veramo/core": "4.2.0",
    "@veramo/did-manager": "4.2.0",
    "@veramo/utils": "4.2.0",
    "cross-fetch": "^4.1.0",
    "debug": "^4.3.5",
    "did-resolver": "^4.1.0",
    "ethers": "^6.13.1",
    "multiformats": "9.9.0",
    "qs": "^6.12.3",
    "uint8arrays": "3.1.1",
    "uuid": "^9.0.1",
    "xstate": "^4.38.3"
  },
  "devDependencies": {
    "@sphereon/oid4vci-client": "0.20.1",
    "@sphereon/oid4vci-common": "0.20.1",
    "@sphereon/ssi-express-support": "0.37.1",
    "@sphereon/ssi-sdk-ext.key-manager": "0.37.1",
    "@sphereon/ssi-sdk-ext.kms-local": "0.37.1",
    "@sphereon/ssi-sdk.agent-config": "0.37.1",
    "@sphereon/ssi-sdk.data-store": "0.37.1",
    "@sphereon/ssi-sdk.data-store-types": "0.37.1",
    "@sphereon/ssi-sdk.public-key-hosting": "0.37.1",
    "@transmute/json-web-signature": "0.7.0-unstable.81",
    "@types/cors": "^2.8.17",
    "@types/express": "^4.17.21",
    "@types/express-serve-static-core": "^4.19.5",
    "@types/node": "^20.17.1",
    "@types/qs": "^6.9.15",
    "@types/uuid": "^9.0.8",
    "@veramo/data-store": "4.2.0",
    "@veramo/key-manager": "4.2.0",
    "@veramo/remote-client": "4.2.0",
    "@veramo/remote-server": "4.2.0",
    "cors": "^2.8.5",
    "express": "^4.19.2",
    "jose": "^5.6.3",
    "typeorm": "0.3.20"
  },
  "files": [
    "plugin.schema.json",
    "dist",
    "src",
    "README.md",
    "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": [
    "EBSI",
    "EBSI Authorization Client"
  ],
  "gitHead": "f77778193dc9235727d306be0449c5bf05b63cbe"
}
