UNPKG

@sphereon/ssi-sdk.vc-status-list

Version:

Sphereon SSI-SDK plugin for Status List management, like StatusList2021.

74 lines (73 loc) 2.05 kB
{ "name": "@sphereon/ssi-sdk.vc-status-list", "description": "Sphereon SSI-SDK plugin for Status List management, like StatusList2021.", "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" } }, "scripts": { "build": "tsup --config ../../tsup.config.ts --tsconfig ../../tsconfig.tsup.json" }, "dependencies": { "@sd-jwt/core": "^0.9.2", "@sd-jwt/jwt-status-list": "^0.9.1", "@sd-jwt/sd-jwt-vc": "^0.9.2", "@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.26", "@sphereon/oid4vci-common": "0.19.0", "@sphereon/ssi-sdk-ext.did-utils": "0.29.0", "@sphereon/ssi-sdk-ext.identifier-resolution": "0.29.0", "@sphereon/ssi-sdk-ext.jwt-service": "0.29.0", "@sphereon/ssi-types": "0.34.0", "@sphereon/vc-status-list": "7.0.0-next.0", "@veramo/core": "4.2.0", "@veramo/credential-status": "4.2.0", "base64url": "^3.0.1", "credential-status": "^2.0.6", "debug": "^4.3.5", "jwt-decode": "^4.0.0", "pako": "^2.1.0", "typeorm": "0.3.20", "uint8arrays": "^3.1.1" }, "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.24.9", "@babel/preset-env": "^7.24.8", "@babel/preset-typescript": "^7.24.7", "@types/pako": "2.0.3", "@veramo/key-manager": "4.2.0", "typescript": "5.8.3" }, "files": [ "dist", "src", "README.md", "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", "SSI", "StatusList2021" ], "gitHead": "b1c9c5e91a9ce4bc677ff2cce5f2d520a16b366d" }