{
  "name": "@sphereon/ssi-sdk.mdl-mdoc",
  "version": "0.34.0",
  "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": {
      "IMDLMdoc": "./src/types/ImDLMdoc.ts"
    }
  },
  "scripts": {
    "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
  },
  "dependencies": {
    "@sphereon/did-auth-siop-adapter": "0.19.0",
    "@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.26",
    "@sphereon/pex": "5.0.0-unstable.28",
    "@sphereon/pex-models": "^2.3.2",
    "@sphereon/ssi-sdk-ext.did-utils": "0.29.0",
    "@sphereon/ssi-sdk-ext.key-utils": "0.29.0",
    "@sphereon/ssi-sdk-ext.x509-utils": "0.29.0",
    "@sphereon/ssi-sdk.core": "0.34.0",
    "@sphereon/ssi-types": "0.34.0",
    "@veramo/core": "4.2.0",
    "@veramo/did-manager": "4.2.0",
    "@veramo/utils": "4.2.0",
    "cross-fetch": "^3.1.8",
    "debug": "^4.3.5",
    "did-resolver": "^4.1.0",
    "multiformats": "9.9.0",
    "pkijs": "^3.2.4",
    "uint8arrays": "^3.1.1",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@sphereon/oid4vci-client": "0.19.0",
    "@sphereon/oid4vci-common": "0.19.0",
    "@sphereon/ssi-express-support": "0.34.0",
    "@sphereon/ssi-sdk-ext.key-manager": "0.29.0",
    "@sphereon/ssi-sdk-ext.kms-local": "0.29.0",
    "@sphereon/ssi-sdk.agent-config": "0.34.0",
    "@sphereon/ssi-sdk.data-store": "0.34.0",
    "@sphereon/ssi-sdk.public-key-hosting": "0.34.0",
    "@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.10.0",
    "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": "b1c9c5e91a9ce4bc677ff2cce5f2d520a16b366d"
}
