UNPKG

@sphereon/oid4vci-issuer

Version:

OpenID 4 Verifiable Credential Issuance issuer REST endpoints

65 lines (64 loc) 1.47 kB
{ "name": "@sphereon/oid4vci-issuer", "version": "0.17.0", "description": "OpenID 4 Verifiable Credential Issuance issuer REST endpoints", "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/oid4vci-common": "0.17.0", "@sphereon/ssi-express-support": "^0.32.1-next.161", "@sphereon/ssi-types": "^0.32.1-next.161", "short-uuid": "^4.2.2", "uuid": "^9.0.0" }, "peerDependencies": { "awesome-qr": "^2.1.5-rc.0" }, "peerDependenciesMeta": { "awesome-qr": { "optional": true } }, "react-native": { "awesome-qr": false }, "devDependencies": { "@sphereon/oid4vci-client": "0.17.0", "@types/jest": "^29.5.12", "@types/node": "^18.19.39", "@types/uuid": "^9.0.8", "did-resolver": "^4.1.0", "typescript": "5.4.5" }, "engines": { "node": ">=18" }, "files": [ "lib/**/*", "dist/**/*" ], "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" }