UNPKG

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

Version:

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

78 lines (77 loc) 2.27 kB
{ "name": "@sphereon/ssi-sdk.vc-status-list", "description": "Sphereon SSI-SDK plugin for Status List management, like StatusList2021.", "version": "0.40.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": { "@4sure-tech/vc-bitstring-status-lists": "0.1.0-unstable.1", "@sd-jwt/core": "^0.15.0", "@sd-jwt/jwt-status-list": "^0.15.0", "@sd-jwt/sd-jwt-vc": "^0.15.1", "@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.26", "@sphereon/oid4vci-common": "0.21.0", "@sphereon/ssi-sdk-ext.did-utils": "0.40.0", "@sphereon/ssi-sdk-ext.identifier-resolution": "0.40.0", "@sphereon/ssi-sdk-ext.jwt-service": "0.40.0", "@sphereon/ssi-sdk.credential-vcdm": "0.40.0", "@sphereon/ssi-sdk.data-store": "0.40.0", "@sphereon/ssi-sdk.data-store-types": "0.40.0", "@sphereon/ssi-types": "0.40.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": "6e7254a91be198632e878a3485acfe59804c7f1d" }