{
  "name": "@veramo/did-provider-peer",
  "description": "Veramo plugin that can enable creation and control of did:peer identifiers.",
  "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": {
    "@aviarytech/did-peer": "^0.0.22",
    "@veramo/core-types": "^6.0.0",
    "@veramo/did-manager": "^6.0.0",
    "@veramo/utils": "^6.0.0",
    "debug": "^4.3.3",
    "did-resolver": "^4.1.0"
  },
  "devDependencies": {
    "@types/debug": "4.1.8",
    "typescript": "5.3.3"
  },
  "resolutions": {
    "jsonld": "npm:@digitalcredentials/jsonld@^6.0.0"
  },
  "files": [
    "build/**/*",
    "src/**/*",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/decentralized-identity/veramo.git",
    "directory": "packages/did-provider-key"
  },
  "author": "Consensys Mesh R&D <hello@veramo.io>",
  "contributors": [
    "Nick Reynolds <nick.reynolds@mesh.xyz>",
    "Alex Andrei <alex.andrei@rootsid.com>",
    "Mircea Nistor <mircea.nistor@mesh.xyz>"
  ],
  "keywords": [
    "Veramo",
    "DID",
    "Verifiable Credential",
    "veramo-plugin",
    "did:peer",
    "num_algo",
    "DIDComm",
    "ServiceEndpoint"
  ],
  "license": "Apache-2.0",
  "type": "module",
  "moduleDirectories": [
    "node_modules",
    "src"
  ],
  "gitHead": "9a0e6bd1ec2d49e152b18d086decbe49e6f41028"
}
