{
  "name": "@cef-ebsi/verifiable-credential",
  "version": "7.2.0",
  "description": "EBSI Verifiable Credential library",
  "license": "EUPL-1.2",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "bitbucket",
    "url": "https://ec.europa.eu/digital-building-blocks/code/scm/ebsi/core-libs.git",
    "directory": "packages/verifiable-credential"
  },
  "type": "module",
  "exports": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "sideEffects": false,
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "prepare": "yarn build",
    "build": "tsc -p tsconfig/tsconfig.build.esm.json",
    "clean": "rimraf dist coverage",
    "lint": "yarn lint:prettier && yarn lint:tsc",
    "lint:prettier": "prettier . --check",
    "lint:tsc": "tsc --noEmit --incremental false",
    "test": "vitest --run",
    "test:unit": "yarn test unit",
    "test:e2e": "yarn test e2e",
    "test:ci": "yarn test:unit --coverage --reporter=default"
  },
  "dependencies": {
    "@cef-ebsi/ebsi-did-resolver": "^4.1.0",
    "@cef-ebsi/ebsi-uri": "^1.0.1",
    "@cef-ebsi/key-did-resolver": "^2.1.1",
    "@cef-ebsi/vcdm1.1-accreditation-schema": "^1.4.1",
    "@cef-ebsi/vcdm1.1-attestation-schema": "^1.3.1",
    "@cef-ebsi/vcdm1.1-revocation-statuslist-schema": "^1.3.1",
    "@noble/curves": "^1.9.1",
    "@noble/hashes": "^1.8.0",
    "@segment/ajv-human-errors": "^2.15.0",
    "ajv": "^8.17.1",
    "ajv-formats": "^3.0.1",
    "axios": "^1.9.0",
    "did-jwt": "^8.0.15",
    "did-resolver": "^4.1.0",
    "memoize": "^10.1.0",
    "multiformats": "^9.6.2",
    "pako": "^2.1.0",
    "uint8arrays": "3.1.1"
  },
  "devDependencies": {
    "@cef-ebsi/vcdm1.1-essp-pda1-schema": "^1.3.1",
    "@cef-ebsi/wallet-lib": "^6.0.2",
    "@types/pako": "^2.0.3",
    "jose": "^5.10.0"
  }
}
