@sphereon/ssi-types
Version:
SSI Common Types
53 lines (52 loc) • 1.22 kB
JSON
{
"name": "@sphereon/ssi-types",
"description": "SSI Common Types",
"version": "0.33.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@noble/hashes": "1.6.1",
"@sd-jwt/decode": "^0.9.2",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.26",
"debug": "^4.3.5",
"events": "^3.3.0",
"jwt-decode": "^4.0.0",
"uint8arrays": "3.1.1"
},
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^20.17.1",
"@veramo/core": "4.2.0",
"jest": "^27.5.1",
"prettier": "^2.8.8",
"ts-jest": "^27.1.5",
"typescript": "5.4.2"
},
"files": [
"dist/**/*",
"src/**/*",
"plugin.schema.json",
"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": [
"SSI",
"Common Credential Types",
"Credential Mapping",
"Verifiable Credentials",
"DIDs"
],
"nx": {},
"gitHead": "c575bdd6642bda761881f0152e0a70ddc82d7f61"
}