{
  "name": "@sphereon/oid4vc-common",
  "version": "0.20.1",
  "description": "OpenID 4 Verifiable Credentials Common",
  "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"
    }
  },
  "scripts": {
    "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json",
    "test": "vitest run --config ../../vitest.config.mts --coverage"
  },
  "dependencies": {
    "@sphereon/ssi-types": "0.36.1-next.159",
    "jwt-decode": "^4.0.0",
    "uint8arrays": "^3.1.1",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/uuid": "^9.0.1",
    "typescript": "5.8.3"
  },
  "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",
    "Common",
    "OpenId for Verifiable Presentations"
  ],
  "author": "Sphereon",
  "license": "Apache-2.0",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "4b52e512f970df0db0256fe45c1915b61ff70dc8"
}
