{
  "name": "@owf/eudi-wrprc",
  "version": "0.3.2",
  "description": "ETSI TS 119 475 Wallet-Relying Party Registration Certificate (WRPRC) implementation",
  "files": [
    "dist"
  ],
  "license": "Apache-2.0",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    },
    "./package.json": "./package.json"
  },
  "homepage": "https://github.com/openwallet-foundation-labs/identity-common-ts/tree/main/packages/eudi-wrprc",
  "repository": {
    "type": "git",
    "url": "https://github.com/openwallet-foundation-labs/identity-common-ts",
    "directory": "packages/eudi-wrprc"
  },
  "keywords": [
    "eudi",
    "wallet",
    "wrprc",
    "registration-certificate",
    "etsi",
    "ts-119-475",
    "relying-party",
    "identity"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "zod": "^4.4.3",
    "@owf/crypto": "0.3.2",
    "@owf/identity-common": "0.3.2"
  },
  "devDependencies": {
    "vitest": "^4.1.10"
  },
  "scripts": {
    "build": "tsdown src/index.ts --format esm,cjs --dts --sourcemap",
    "test": "vitest run"
  }
}