@sphereon/ssi-sdk-ext.kms-musap-rn
Version:
Sphereon SSI-SDK react-native plugin for management of keys with musap.
47 lines (46 loc) • 1.28 kB
JSON
{
"name": "@sphereon/ssi-sdk-ext.kms-musap-rn",
"description": "Sphereon SSI-SDK react-native plugin for management of keys with musap.",
"version": "0.28.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --build",
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/musap-react-native": "0.2.1-next.170",
"@sphereon/ssi-sdk-ext.key-utils": "0.28.0",
"@sphereon/ssi-sdk-ext.x509-utils": "0.28.0",
"@sphereon/ssi-types": "0.30.2-feature.SDK.41.oidf.support.286",
"@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": "ba773b2ba53f4a9b96bf4356789a0e68bf666816"
}