@sphereon/ssi-sdk-ext.kms-azure-rest-client
Version:
Sphereon SSI-SDK plugin for Azure KeyVault Key Management System.
57 lines (56 loc) • 1.45 kB
JSON
{
"name": "@sphereon/ssi-sdk-ext.kms-azure-rest-client",
"description": "Sphereon SSI-SDK plugin for Azure KeyVault Key Management System.",
"version": "0.29.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"
}
},
"scripts": {
"build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json"
},
"dependencies": {
"@sphereon/ssi-sdk-ext.did-utils": "0.29.0",
"@sphereon/ssi-sdk-ext.key-utils": "0.29.0",
"@sphereon/ssi-types": "0.33.1-next.73",
"@veramo/core": "4.2.0",
"@veramo/key-manager": "4.2.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": [
"azure",
"keyvault",
"key-management",
"react-native",
"Veramo"
],
"gitHead": "7249b3507c3ec39c11e4108b0eb7fc8315fdc543"
}