{
  "name": "@sphereon/ssi-sdk-ext.kms-musap-rn",
  "description": "Sphereon SSI-SDK react-native plugin for management of keys with musap.",
  "version": "0.40.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"
    }
  },
  "scripts": {
    "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
  },
  "dependencies": {
    "@sphereon/musap-react-native": "0.2.1-next.205",
    "@sphereon/ssi-sdk-ext.key-utils": "0.40.1",
    "@sphereon/ssi-sdk-ext.x509-utils": "0.40.1",
    "@sphereon/ssi-types": "0.40.1",
    "@veramo/core": "4.2.0",
    "@veramo/key-manager": "4.2.0",
    "@veramo/kms-local": "4.2.0",
    "text-encoding": "^0.7.0",
    "uint8arrays": "3.1.1"
  },
  "devDependencies": {
    "@types/text-encoding": "0.0.39"
  },
  "files": [
    "dist",
    "src",
    "README.md",
    "LICENSE"
  ],
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": "git@github.com:Sphereon-OpenSource/SSI-SDK-crypto-extensions.git",
  "author": "Sphereon <dev@sphereon.com>",
  "license": "Apache-2.0",
  "keywords": [
    "musap",
    "key-management",
    "react-native",
    "Veramo"
  ],
  "gitHead": "e51d450fceab02b6da01c8b88de9532a09d1e913"
}
