{
  "name": "@sphereon/oid4vci-client",
  "version": "0.19.0",
  "description": "OpenID for Verifiable Credential Issuance (OpenID4VCI) client",
  "source": "./src/index.ts",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "import": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "require": {
      "types": "./dist/index.d.cts",
      "require": "./dist/index.cjs"
    }
  },
  "author": "Sphereon",
  "license": "Apache-2.0",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
  },
  "dependencies": {
    "@sphereon/oid4vc-common": "^0.19.0",
    "@sphereon/oid4vci-common": "^0.19.0",
    "@sphereon/ssi-types": "0.33.1-next.73",
    "cross-fetch": "^4.1.0",
    "debug": "^4.4.0"
  },
  "devDependencies": {
    "@sphereon/ssi-sdk-ext.key-utils": "^0.28.1-feature.esm.cjs.8",
    "@transmute/did-key.js": "^0.3.0-unstable.10",
    "@trust/keyto": "^2.0.0-alpha1",
    "@types/node": "^20.17.30",
    "@types/uuid": "^9.0.8",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.62.0",
    "dotenv": "^16.4.5",
    "jose": "^4.15.9",
    "nock": "^13.5.4",
    "npm-run-all": "^4.1.5",
    "open-cli": "^7.2.0",
    "ts-node": "^10.9.2",
    "typescript": "5.8.3",
    "uint8arrays": "^3.1.1",
    "uuid": "^9.0.1",
    "vitest": "^3.1.1"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "src",
    "dist",
    "README.md",
    "LICENSE.md"
  ],
  "keywords": [
    "Sphereon",
    "Verifiable Credentials",
    "OpenID",
    "OpenID for Verifiable Credential Issuance",
    "OAuth2",
    "SSI",
    "OpenID4VCI",
    "OIDC4VCI",
    "OID4VCI"
  ],
  "gitHead": "2851120a0c3ac40459ebf2d6d9058bb8140f30f7"
}
