{
  "name": "@sphereon/ssi-sdk.vc-status-list-issuer",
  "description": "Sphereon SSI-SDK plugin for Status List issuance",
  "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": {
      "IStatusListPlugin": "./src/IStatusListPlugin.ts"
    }
  },
  "scripts": {
    "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
  },
  "dependencies": {
    "@sd-jwt/core": "^0.9.2",
    "@sd-jwt/sd-jwt-vc": "^0.9.2",
    "@sphereon/ssi-sdk-ext.did-utils": "0.29.0",
    "@sphereon/ssi-sdk-ext.identifier-resolution": "0.29.0",
    "@sphereon/ssi-sdk.core": "0.34.0",
    "@sphereon/ssi-sdk.vc-status-list": "0.34.0",
    "@sphereon/ssi-sdk.vc-status-list-issuer-drivers": "0.34.0",
    "@sphereon/ssi-types": "0.34.0",
    "@sphereon/vc-status-list": "7.0.0-next.0",
    "@veramo/core": "4.2.0",
    "debug": "^4.3.5",
    "express": "^4.19.2",
    "reflect-metadata": "^0.2.2",
    "typeorm": "0.3.20",
    "uint8arrays": "^3.1.1",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@babel/preset-typescript": "^7.24.7",
    "@sphereon/did-uni-client": "^0.6.3",
    "@sphereon/oid4vci-common": "0.19.0",
    "@sphereon/ssi-sdk-ext.did-provider-jwk": "0.29.0",
    "@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.29.0",
    "@sphereon/ssi-sdk-ext.identifier-resolution": "0.29.0",
    "@sphereon/ssi-sdk-ext.jwt-service": "0.29.0",
    "@sphereon/ssi-sdk.agent-config": "0.34.0",
    "@sphereon/ssi-sdk.credential-vcdm": "0.34.0",
    "@sphereon/ssi-sdk.credential-vcdm-jsonld-provider": "0.34.0",
    "@sphereon/ssi-sdk.data-store": "0.34.0",
    "@types/body-parser": "^1.19.5",
    "@types/cookie-parser": "^1.4.7",
    "@types/cors": "^2.8.17",
    "@types/debug": "^4.1.12",
    "@types/dotenv-flow": "^3.3.3",
    "@types/express": "^4.17.21",
    "@types/express-http-proxy": "^1.6.6",
    "@types/morgan": "^1.9.9",
    "@types/node": "^20.17.1",
    "@types/passport": "^1.0.16",
    "@types/uuid": "^9.0.8",
    "@veramo/credential-w3c": "4.2.0",
    "@veramo/data-store": "4.2.0",
    "@veramo/did-manager": "4.2.0",
    "@veramo/did-provider-key": "4.2.0",
    "@veramo/did-provider-web": "4.2.0",
    "@veramo/did-resolver": "4.2.0",
    "@veramo/key-manager": "4.2.0",
    "@veramo/kms-local": "4.2.0",
    "@veramo/utils": "4.2.0",
    "did-resolver": "^4.1.0",
    "morgan": "^1.10.0",
    "typescript": "5.8.3"
  },
  "files": [
    "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": [
    "Sphereon",
    "SSI",
    "StatusList2021"
  ],
  "gitHead": "b1c9c5e91a9ce4bc677ff2cce5f2d520a16b366d"
}
