{
  "name": "@veramo/credential-status",
  "description": "Veramo plugin for resolving a credential status",
  "version": "6.0.0",
  "main": "build/index.js",
  "exports": "./build/index.js",
  "types": "build/index.d.ts",
  "scripts": {
    "build": "tsc",
    "extract-api": "node ../cli/bin/veramo.js dev extract-api"
  },
  "dependencies": {
    "@veramo/core-types": "^6.0.0",
    "@veramo/utils": "^6.0.0",
    "credential-status": "^3.0.0",
    "did-jwt": "^8.0.0",
    "did-resolver": "^4.1.0"
  },
  "devDependencies": {
    "@types/debug": "4.1.8",
    "typescript": "5.3.3"
  },
  "files": [
    "build/**/*",
    "src/**/*",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/decentralized-identity/veramo.git",
    "directory": "packages/credential-status"
  },
  "author": "Konstantin Tsabolov <konstantin.tsabolov@spherity.com>",
  "contributors": [
    "Consensys Mesh R&D <hello@veramo.io>",
    "Simonas Karuzas <simonas.karuzas@mesh.xyz>",
    "Mircea Nistor <mircea.nistor@mesh.xyz>"
  ],
  "keywords": [
    "Veramo",
    "DID",
    "Verifiable Credential",
    "credentialStatus",
    "aggregator",
    "veramo-plugin"
  ],
  "license": "Apache-2.0",
  "type": "module",
  "moduleDirectories": [
    "node_modules",
    "src"
  ],
  "gitHead": "9a0e6bd1ec2d49e152b18d086decbe49e6f41028"
}
