@sphereon/oid4vci-common
Version:
OpenID 4 Verifiable Credential Issuance Common Types
57 lines (56 loc) • 1.24 kB
JSON
{
"name": "@sphereon/oid4vci-common",
"version": "0.17.0",
"description": "OpenID 4 Verifiable Credential Issuance Common Types",
"source": "lib/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"build:clean": "tsc --build --clean && tsc --build"
},
"dependencies": {
"@sphereon/oid4vc-common": "0.17.0",
"@sphereon/ssi-types": "^0.32.1-next.161",
"cross-fetch": "^3.1.8",
"debug": "^4.3.5",
"jwt-decode": "^4.0.0",
"uint8arrays": "3.1.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.12",
"@types/uuid": "^9.0.1",
"typescript": "5.4.5"
},
"engines": {
"node": ">=18"
},
"files": [
"lib/**/*",
"dist/**/*"
],
"prettier": {
"singleQuote": true,
"printWidth": 150
},
"keywords": [
"Sphereon",
"Verifiable Credentials",
"OpenID",
"OpenID for Verifiable Credential Issuance",
"OAuth2",
"SSI",
"OpenID4VCI",
"OIDC4VCI",
"OID4VCI"
],
"author": "Sphereon",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public"
},
"gitHead": "730c459314d3831431a924920a0de39500f72c9d"
}