UNPKG

@sphereon/did-auth-siop

Version:

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

125 lines (124 loc) 3.72 kB
{ "name": "@sphereon/did-auth-siop", "version": "0.20.1", "description": "Self Issued OpenID V2 (SIOPv2) and OpenID 4 Verifiable Presentations (OID4VP)", "source": "./src/index.ts", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "import": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "require": "./dist/index.cjs" } }, "scripts": { "build": "pnpm build:schemaGenerator && tsup --config ../../tsup.config.ts --tsconfig tsconfig.tsup.json", "build:clean": "pnpm build:schemaGenerator && tsc --build --clean && tsc --build", "build:main": "tsc -p tsconfig.build.json", "build:schemaGenerator": "tsx lib/generator/schemaGenerator.cts", "clean": "rimraf dist coverage", "uninstall": "rimraf dist coverage node_modules" }, "dependencies": { "@astronautlabs/jsonpath": "^1.1.2", "@sphereon/jarm": "^0.20.1", "@sphereon/oid4vc-common": "^0.20.1", "@sphereon/pex": "5.0.0-unstable.28", "@sphereon/ssi-types": "0.36.1-next.159", "cross-fetch": "^4.0.0", "dcql": "1.0.1", "debug": "^4.4.0", "events": "^3.3.0", "jwt-decode": "^4.0.0", "language-tags": "^1.0.9", "multiformats": "^12.1.3", "qs": "6.14.1", "uint8arrays": "^3.1.1", "zod": "^4.1.5" }, "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": "^5.0.6", "@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.15.0", "@sd-jwt/sd-jwt-vc": "^0.15.0", "@sd-jwt/types": "^0.15.0", "@sphereon/did-uni-client": "^0.6.4", "@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/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.4.5", "ethers": "^6.10.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-json-schema-generator": "1.5.0", "tsx": "^4.19.3", "typescript": "5.8.3" }, "resolutions": { "isomorphic-webcrypto": "npm:@sphereon/isomorphic-webcrypto@^2.4.1-unstable.0", "esline/**/strip-ansi": "6.0.1" }, "engines": { "node": ">=20.6" }, "files": [ "src", "dist", "README.md", "LICENSE.md" ], "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": "4b52e512f970df0db0256fe45c1915b61ff70dc8" }