{
  "name": "@vecrea/oid4vc-prex",
  "version": "0.1.0",
  "description": "A TypeScript library for handling OpenID for Verifiable Credentials (OID4VC) Presentation Exchange operations",
  "keywords": [
    "oid4vc",
    "presentation-exchange",
    "verifiable-credentials",
    "typescript",
    "json-path",
    "openid"
  ],
  "author": "European Commission",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/dentsusoken/oid4vc-prex"
  },
  "homepage": "https://github.com/dentsusoken/oid4vc-prex#readme",
  "bugs": {
    "url": "https://github.com/dentsusoken/oid4vc-prex/issues"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./internal": {
      "types": "./dist/internal/index.d.ts",
      "import": "./dist/internal/index.mjs",
      "require": "./dist/internal/index.cjs"
    }
  },
  "scripts": {
    "build": "vite build && tsc",
    "test": "vitest --run",
    "typecheck": "tsc --noEmit",
    "lint": "eslint ./lib --ext .ts",
    "link": "npm install && npm run build && npm link",
    "prepublishOnly": "npm test && npm run build"
  },
  "license": "Apache-2.0",
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^7.17.0",
    "eslint": "^8.57.0",
    "typescript": "^5.4.5",
    "vite": "^6.3.5",
    "vitest": "^3.1.4"
  },
  "dependencies": {
    "@types/json-schema": "^7.0.15",
    "jose": "^5.6.3",
    "json-schema": "^0.4.0",
    "jsonpath-plus": "^10.1.0",
    "uuid": "^10.0.0",
    "zod": "^3.23.8"
  },
  "peerDependencies": {
    "@vecrea/oid4vc-core": "^0.1.0"
  }
}
