@sphereon/ssi-sdk.issuance-branding
Version:
55 lines (54 loc) • 1.31 kB
JSON
{
"name": "@sphereon/ssi-sdk.issuance-branding",
"version": "0.33.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"veramo": {
"pluginInterfaces": {
"IIssuanceBranding": "./src/types/IIssuanceBranding.ts"
}
},
"scripts": {
"build": "tsc",
"build:clean": "tsc --build --clean && tsc --build",
"generate-plugin-schema": "ts-node ../../packages/dev/bin/sphereon.js dev generate-plugin-schema"
},
"dependencies": {
"@sphereon/ssi-sdk.core": "0.33.0",
"@sphereon/ssi-sdk.data-store": "0.33.0",
"debug": "^4.3.5",
"typeorm": "^0.3.21"
},
"devDependencies": {
"@sphereon/ssi-sdk.agent-config": "0.33.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0"
},
"files": [
"dist/**/*",
"src/**/*",
"README.md",
"plugin.schema.json",
"LICENSE"
],
"private": false,
"publishConfig": {
"access": "public"
},
"repository": "git@github.com:Sphereon-Opensource/SSI-SDK.git",
"author": "Sphereon <dev@sphereon.com>",
"license": "Apache-2.0",
"keywords": [
"Sphereon",
"Veramo",
"Branding",
"Credential",
"Issuer",
"Credential Manifest",
"OID4VCI",
"SSI"
],
"nx": {},
"gitHead": "c575bdd6642bda761881f0152e0a70ddc82d7f61"
}