@sphereon/ssi-sdk.credential-vcdm
Version:
Plugin for working with W3C Verifiable Credentials DataModel 1 and 2 Credentials & Presentations.
96 lines (95 loc) • 2.65 kB
JSON
{
"name": "@sphereon/ssi-sdk.credential-vcdm",
"description": "Plugin for working with W3C Verifiable Credentials DataModel 1 and 2 Credentials & Presentations.",
"version": "0.34.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": {
"IVcdmCredentialProvider": "./src/types.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": {
"@sphereon/ssi-sdk-ext.did-utils": "workspace:*",
"@sphereon/ssi-sdk-ext.key-utils": "workspace:*",
"@sphereon/ssi-sdk.agent-config": "0.34.0",
"@sphereon/ssi-sdk.core": "0.34.0",
"@sphereon/ssi-sdk.vc-status-list": "0.34.0",
"@sphereon/ssi-types": "0.34.0",
"@veramo/core": "4.2.0",
"@veramo/message-handler": "4.2.0",
"@veramo/utils": "4.2.0",
"canonicalize": "^2.0.0",
"debug": "^4.3.3",
"did-jwt": "6.11.6",
"did-jwt-vc": "3.1.3",
"did-resolver": "^4.1.0",
"uuid": "^9.0.1"
},
"devDependencies": {
"@sphereon/ssi-sdk-ext.did-provider-key": "0.29.0",
"@sphereon/ssi-sdk-ext.key-manager": "0.29.0",
"@sphereon/ssi-sdk-ext.kms-local": "0.29.0",
"@types/debug": "4.1.8",
"@types/uuid": "9.0.2",
"@veramo/did-manager": "4.2.0",
"@veramo/did-provider-ethr": "4.2.0",
"@veramo/did-resolver": "4.2.0",
"@veramo/key-manager": "4.2.0",
"ethr-did-resolver": "^11.0.3",
"typescript": "5.8.3"
},
"files": [
"dist/**/*",
"src/**/*",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/decentralized-identity/veramo.git",
"directory": "packages/credential-w3c"
},
"author": "Consensys Mesh R&D <hello@veramo.io>",
"contributors": [
"Simonas Karuzas <simonas.karuzas@mesh.xyz>",
"Mircea Nistor <mircea.nistor@mesh.xyz>"
],
"keywords": [
"Veramo",
"DID",
"Verifiable Credential",
"JWT",
"W3C",
"aggregator",
"vc-jwt",
"veramo-plugin"
],
"license": "Apache-2.0",
"moduleDirectories": [
"node_modules",
"src"
],
"gitHead": "b1c9c5e91a9ce4bc677ff2cce5f2d520a16b366d"
}