{
  "name": "@sphereon/ssi-sdk.credential-vcdm",
  "description": "Plugin for working with W3C Verifiable Credentials DataModel 1 and 2 Credentials & Presentations.",
  "version": "0.37.1",
  "source": "src/index.ts",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    "react-native": "./dist/index.js",
    "import": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    },
    "require": {
      "types": "./dist/index.d.cts",
      "require": "./dist/index.cjs"
    }
  },
  "veramo": {
    "pluginInterfaces": {
      "IVcdmCredentialProvider": "./src/types.ts"
    }
  },
  "scripts": {
    "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json",
    "generate-plugin-schema.bak": "tsx ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
  },
  "dependencies": {
    "@sphereon/ssi-sdk-ext.did-utils": "0.37.1",
    "@sphereon/ssi-sdk-ext.key-utils": "0.37.1",
    "@sphereon/ssi-sdk.agent-config": "0.37.1",
    "@sphereon/ssi-sdk.core": "0.37.1",
    "@sphereon/ssi-types": "0.37.1",
    "@veramo/core": "4.2.0",
    "@veramo/message-handler": "4.2.0",
    "@veramo/utils": "4.2.0",
    "canonicalize": "^2.0.0",
    "debug": "^4.3.3",
    "did-jwt": "6.11.6",
    "did-jwt-vc": "3.1.3",
    "did-resolver": "^4.1.0",
    "uuid": "^9.0.1"
  },
  "devDependencies": {
    "@sphereon/oid4vci-common": "0.20.1",
    "@sphereon/ssi-sdk-ext.did-provider-key": "0.37.1",
    "@sphereon/ssi-sdk-ext.key-manager": "0.37.1",
    "@sphereon/ssi-sdk-ext.kms-local": "0.37.1",
    "@types/debug": "4.1.8",
    "@types/uuid": "9.0.2",
    "@veramo/did-manager": "4.2.0",
    "@veramo/did-provider-ethr": "4.2.0",
    "@veramo/did-resolver": "4.2.0",
    "@veramo/key-manager": "4.2.0",
    "ethr-did-resolver": "^11.0.3",
    "typeorm": "0.3.20",
    "typescript": "5.8.3"
  },
  "files": [
    "dist/**/*",
    "src/**/*",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/decentralized-identity/veramo.git",
    "directory": "packages/credential-w3c"
  },
  "author": "Consensys Mesh R&D <hello@veramo.io>",
  "contributors": [
    "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
    "Mircea Nistor <mircea.nistor@mesh.xyz>"
  ],
  "keywords": [
    "Veramo",
    "DID",
    "Verifiable Credential",
    "JWT",
    "W3C",
    "aggregator",
    "vc-jwt",
    "veramo-plugin"
  ],
  "license": "Apache-2.0",
  "moduleDirectories": [
    "node_modules",
    "src"
  ],
  "gitHead": "f77778193dc9235727d306be0449c5bf05b63cbe"
}
