UNPKG

@sphereon/did-auth-siop

Version:

Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP)

120 lines (119 loc) 3.71 kB
{ "name": "@sphereon/did-auth-siop", "version": "0.17.0", "description": "Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP)", "source": "lib/index.ts", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "pnpm build:schemaGenerator && tsc", "build:clean": "pnpm build:schemaGenerator && tsc --build --clean && tsc --build", "build:main": "tsc -p tsconfig.build.json", "build:schemaGenerator": "node --loader=tsimp/loader ./lib/generator/schemaGenerator.ts", "clean": "rimraf dist coverage", "uninstall": "rimraf dist coverage node_modules" }, "dependencies": { "@astronautlabs/jsonpath": "^1.1.2", "@sphereon/jarm": "0.17.0", "@sphereon/oid4vc-common": "0.17.0", "@sphereon/pex": "5.0.0-unstable.28", "@sphereon/pex-models": "^2.3.2", "@sphereon/ssi-types": "^0.32.1-next.161", "cross-fetch": "^4.0.0", "dcql": "0.2.19", "debug": "^4.3.5", "events": "^3.3.0", "jwt-decode": "^4.0.0", "language-tags": "^1.0.9", "multiformats": "^12.1.3", "qs": "^6.11.2", "uint8arrays": "^3.1.1" }, "devDependencies": { "@babel/core": "^7.23.9", "@babel/plugin-transform-runtime": "^7.16.0", "@babel/preset-env": "^7.16.0", "@cef-ebsi/ebsi-did-resolver": "^3.2.0", "@cef-ebsi/key-did-resolver": "^1.1.0", "@cef-ebsi/oauth2-auth": "^3.0.0", "@cef-ebsi/siop-auth": "^4.0.0", "@cef-ebsi/verifiable-presentation": "^6.1.0", "@cef-ebsi/wallet-lib": "^4.2.0", "@digitalcredentials/did-method-key": "^2.0.3", "@digitalcredentials/ed25519-signature-2020": "^3.0.2", "@digitalcredentials/jsonld-signatures": "^9.3.2", "@digitalcredentials/vc": "^6.0.0", "@sd-jwt/crypto-nodejs": "^0.9.2", "@sd-jwt/sd-jwt-vc": "^0.9.2", "@sd-jwt/types": "^0.9.2", "@sphereon/did-uni-client": "^0.6.2", "@sphereon/oid4vc-common": "workspace:*", "@sphereon/wellknown-dids-client": "^0.1.3", "@transmute/did-key-ed25519": "^0.3.0-unstable.10", "@transmute/ed25519-key-pair": "0.7.0-unstable.82", "@transmute/ed25519-signature-2018": "^0.7.0-unstable.82", "@types/debug": "^4.1.12", "@types/jest": "^29.5.11", "@types/language-tags": "^1.0.4", "@types/qs": "^6.9.11", "@typescript-eslint/eslint-plugin": "^5.52.0", "@typescript-eslint/parser": "^5.52.0", "ajv": "^8.12.0", "bs58": "^5.0.0", "cspell": "^6.26.3", "did-jwt": "6.11.6", "did-resolver": "^4.1.0", "dotenv": "^16.3.1", "eslint": "^8.34.0", "eslint-config-prettier": "^8.6.0", "eslint-plugin-eslint-comments": "^3.2.0", "eslint-plugin-import": "^2.27.5", "ethers": "^6.10.0", "jest": "^29.7.0", "jest-junit": "^16.0.0", "jest-resolver-enhanced": "^1.1.0", "jose": "^4.15.5", "moment": "^2.30.1", "nock": "^13.5.4", "open-cli": "^8.0.0", "prettier": "^3.2.5", "ts-interface-checker": "^1.0.2", "ts-jest": "^29.1.2", "ts-json-schema-generator": "1.5.0", "tsimp": "^2.0.11", "typescript": "5.4.5" }, "resolutions": { "isomorphic-webcrypto": "npm:@sphereon/isomorphic-webcrypto@^2.4.1-unstable.0", "esline/**/strip-ansi": "6.0.1" }, "engines": { "node": ">=18" }, "files": [ "lib/**/*", "dist/**/*" ], "keywords": [ "Sphereon", "SSI", "Credentials", "OpenID", "SIOP", "Self Issued OpenID Connect", "SIOPv2", "OID4VC", "OID4VP", "OpenID4VP", "OpenID4VC", "OIDC4VP" ], "author": "Sphereon", "license": "Apache-2.0", "private": false, "publishConfig": { "access": "public" }, "gitHead": "730c459314d3831431a924920a0de39500f72c9d" }