@sphereon/ssi-sdk-ext.x509-utils
Version:
Sphereon SSI-SDK plugin functions for X.509 Certificate handling.
47 lines (46 loc) • 1.14 kB
JSON
{
"name": "@sphereon/ssi-sdk-ext.x509-utils",
"description": "Sphereon SSI-SDK plugin functions for X.509 Certificate handling.",
"version": "0.28.0",
"source": "src/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --build",
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@peculiar/asn1-schema": "^2.3.13",
"@peculiar/asn1-x509": "^2.3.13",
"@peculiar/x509": "^1.12.3",
"@sphereon/ssi-types": "^0.31.0",
"@trust/keyto": "^1.0.1",
"debug": "^4.3.4",
"js-x509-utils": "^1.0.7",
"pkijs": "^3.2.4",
"tsyringe": "^4.8.0",
"uint8arrays": "^3.1.1"
},
"devDependencies": {
"typescript": "^5.5.4"
},
"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": [
"JWK",
"DID",
"Veramo"
],
"gitHead": "ba773b2ba53f4a9b96bf4356789a0e68bf666816"
}