{
  "name": "@sphereon/oid4vc-common",
  "version": "0.18.1",
  "description": "OpenID 4 Verifiable Credentials Common",
  "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"
    }
  },
  "dependencies": {
    "@sphereon/ssi-types": "^0.33",
    "jwt-decode": "^4.0.0",
    "sha.js": "^2.4.11",
    "uint8arrays": "3.1.1",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/sha.js": "^2.4.4",
    "@types/uuid": "^9.0.1",
    "typescript": "5.8.3"
  },
  "engines": {
    "node": ">=20"
  },
  "files": [
    "dist"
  ],
  "prettier": {
    "singleQuote": true,
    "printWidth": 150
  },
  "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": "006b4d1bce2f4ca3280b80a53773733be12b829d",
  "scripts": {
    "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json",
    "test": "vitest run --config ../../vitest.config.ts --coverage"
  }
}