@sphereon/oid4vc-common
Version:
OpenID 4 Verifiable Credentials Common
57 lines (56 loc) • 1.22 kB
JSON
{
"name": "@sphereon/oid4vc-common",
"version": "0.17.0",
"description": "OpenID 4 Verifiable Credentials Common",
"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/ssi-types": "^0.32.1-next.161",
"jwt-decode": "^4.0.0",
"sha.js": "^2.4.11",
"uint8arrays": "3.1.1",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/jest": "^29.5.12",
"@types/sha.js": "^2.4.4",
"@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",
"Common",
"OpenId for Verifiable Presentations"
],
"author": "Sphereon",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public"
},
"gitHead": "730c459314d3831431a924920a0de39500f72c9d"
}