{
  "name": "@openid4vc/oauth2",
  "version": "0.5.4",
  "files": [
    "dist"
  ],
  "license": "Apache-2.0",
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.mjs",
      "types": "./dist/index.d.mts"
    },
    "./package.json": "./package.json"
  },
  "homepage": "https://github.com/openwallet-foundation-labs/oid4vc-ts/tree/main/packages/oauth2",
  "repository": {
    "type": "git",
    "url": "https://github.com/openwallet-foundation-labs/oid4vc-ts",
    "directory": "packages/oauth2"
  },
  "dependencies": {
    "zod": "^4.4.3",
    "@openid4vc/utils": "0.5.4"
  },
  "devDependencies": {
    "jose": "^6.2.3"
  },
  "scripts": {
    "build": "tsdown src/index.ts --format esm --dts --sourcemap"
  },
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts"
}