{
  "name": "@sphereon/ssi-sdk-ext.key-manager",
  "description": "Sphereon Key Manager plugin with BLS support",
  "version": "0.40.0",
  "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": {
      "ISphereonKeyManager": "./src/types/ISphereonKeyManager.ts"
    }
  },
  "scripts": {
    "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json",
    "generate-plugin-schema": "tsx ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
  },
  "dependencies": {
    "@veramo/core": "4.2.0",
    "@veramo/key-manager": "4.2.0",
    "uint8arrays": "3.1.1"
  },
  "devDependencies": {
    "@mattrglobal/bbs-signatures": "^1.3.1",
    "@sphereon/ssi-sdk-ext.key-utils": "0.40.0",
    "@sphereon/ssi-sdk-ext.kms-local": "0.40.0",
    "@sphereon/ssi-sdk.dev": "0.40.0"
  },
  "resolutions": {
    "jsonld": "npm:@digitalcredentials/jsonld@^5.2.1",
    "jsonld-signatures": "npm:@digitalcredentials/jsonld-signatures@^9.3.1"
  },
  "files": [
    "dist",
    "src",
    "plugin.schema.json",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "repository": "git@github.com:Sphereon-OpenSource/SSI-SDK-crypto-extensions.git",
  "author": "Sphereon <dev@sphereon.com>",
  "license": "Apache-2.0",
  "keywords": [
    "SSI",
    "kms",
    "Veramo"
  ],
  "gitHead": "6e7254a91be198632e878a3485acfe59804c7f1d"
}
