@sphereon/oid4vci-client
Version:
OpenID for Verifiable Credential Issuance (OpenID4VCI) client
74 lines (73 loc) • 1.82 kB
JSON
{
"name": "@sphereon/oid4vci-client",
"version": "0.17.0",
"description": "OpenID for Verifiable Credential Issuance (OpenID4VCI) client",
"source": "lib/index.ts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Sphereon",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc"
},
"dependencies": {
"@sphereon/oid4vc-common": "0.17.0",
"@sphereon/oid4vci-common": "0.17.0",
"@sphereon/ssi-types": "^0.32.1-next.161",
"cross-fetch": "^3.1.8",
"debug": "^4.3.5"
},
"devDependencies": {
"@sphereon/ssi-sdk-ext.key-utils": "^0.23.0",
"@transmute/did-key.js": "^0.3.0-unstable.10",
"@trust/keyto": "^2.0.0-alpha1",
"@types/jest": "^29.5.12",
"@types/node": "^18.19.39",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"jest-junit": "^16.0.0",
"jose": "^4.15.9",
"nock": "^13.5.4",
"npm-run-all": "^4.1.5",
"open-cli": "^7.2.0",
"ts-jest": "^29.1.5",
"ts-node": "^10.9.2",
"typescript": "5.5.3",
"uint8arrays": "3.1.1",
"uuid": "^9.0.1"
},
"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"
],
"gitHead": "730c459314d3831431a924920a0de39500f72c9d"
}