-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathpackage.json
More file actions
409 lines (409 loc) · 19.8 KB
/
Copy pathpackage.json
File metadata and controls
409 lines (409 loc) · 19.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
{
"name": "@sphereon/sphereon-wallet",
"version": "0.9.0",
"license": "Apache-2.0",
"private": true,
"scripts": {
"eas-build-pre-install": "corepack enable && yarn set version 4",
"start:dev": "expo start",
"start:prod": "expo start --no-dev",
"android:dev": "expo run:android --variant debug",
"android:prod": "expo run:android --variant release",
"ios": "expo run:ios --device",
"lint": "eslint .",
"test": "jest --coverage=true",
"test:lint": "eslint . --ext .ts,.tsx",
"test:prettier": "prettier --check",
"test:doctor": "npx expo-doctor",
"test:unit": "jest --coverage=false",
"fix:lint": "eslint . --ext .ts,.tsx --fix",
"fix:prettier": "prettier . --write",
"fix:doctor": "npx expo install --check",
"build:android:local": "eas build -p android --profile preview --local",
"build:android:remote": "eas build -p android --profile preview",
"build:android:production": "eas build -p android --profile production",
"bundle:ios": "react-native bundle --entry-file index.js --platform ios --dev false --bundle-output ios/main.jsbundle --assets-dest ios",
"postinstall": "rn-nodeify --install fs,os,path,assert,process,vm,crypto,url --hack && node scripts/apply-patches.js",
"android": "expo run:android"
},
"dependencies": {
"@animo-id/expo-ausweis-sdk": "0.0.1-alpha.14",
"@astronautlabs/jsonpath": "^1.1.2",
"@craftzdog/react-native-buffer": "^6.1.0",
"@digitalbazaar/security-context": "^1.0.1",
"@ethersproject/shims": "^5.7.0",
"@openai/realtime-api-beta": "patch:@openai/realtime-api-beta@https%3A//github.com/openai/openai-realtime-api-beta.git%23commit=a5cb94824f625423858ebacb9f769226ca98945f#~/patches/@openai-realtime-api-beta-https-689b3a705f.patch",
"@pakenfit/react-native-pin-input": "^1.4.0",
"@peculiar/x509": "^1.12.3",
"@react-native-community/blur": "^4.4.0",
"@react-native-community/hooks": "^3.0.0",
"@react-native-masked-view/masked-view": "0.3.2",
"@react-navigation/bottom-tabs": "^6.6.1",
"@react-navigation/material-top-tabs": "^6.6.14",
"@react-navigation/native": "^6.1.18",
"@react-navigation/native-stack": "^6.11.0",
"@react-navigation/routers": "^6.1.9",
"@react-navigation/stack": "^6.4.1",
"@reduxjs/toolkit": "^1.9.7",
"@scure/base": "^1.1.7",
"@sd-jwt/sd-jwt-vc": "patch:@sd-jwt/sd-jwt-vc@npm%3A0.15.1#~/patches/@sd-jwt-sd-jwt-vc-npm-0.15.1-49083b7f21.patch",
"@sphereon/did-auth-siop": "0.21.0",
"@sphereon/did-auth-siop-adapter": "0.21.0",
"@sphereon/did-provider-oyd": "0.40.0",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.27",
"@sphereon/musap-native": "0.2.1-next.205",
"@sphereon/musap-react-native": "0.2.1-next.205",
"@sphereon/oid4vci-client": "0.21.0",
"@sphereon/oid4vci-common": "0.21.0",
"@sphereon/pex": "5.0.0-unstable.28",
"@sphereon/pex-models": "^2.3.2",
"@sphereon/ssi-sdk-ext.did-provider-jwk": "0.40.0",
"@sphereon/ssi-sdk-ext.did-provider-key": "0.40.0",
"@sphereon/ssi-sdk-ext.did-resolver-ebsi": "0.40.0",
"@sphereon/ssi-sdk-ext.did-resolver-jwk": "0.40.0",
"@sphereon/ssi-sdk-ext.did-resolver-key": "0.40.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.40.0",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.40.0",
"@sphereon/ssi-sdk-ext.jwt-service": "0.40.0",
"@sphereon/ssi-sdk-ext.key-manager": "0.40.0",
"@sphereon/ssi-sdk-ext.key-utils": "0.40.0",
"@sphereon/ssi-sdk-ext.kms-azure-rest-client": "0.36.0",
"@sphereon/ssi-sdk-ext.kms-local": "0.40.0",
"@sphereon/ssi-sdk-ext.kms-musap-rn": "0.40.0",
"@sphereon/ssi-sdk.agent-config": "patch:@sphereon/ssi-sdk.agent-config@npm%3A0.34.0#~/patches/@sphereon-ssi-sdk.agent-config-npm-0.34.0-93ec08ceaa.patch",
"@sphereon/ssi-sdk.contact-manager": "0.40.0",
"@sphereon/ssi-sdk.core": "0.40.0",
"@sphereon/ssi-sdk.credential-store": "0.40.0",
"@sphereon/ssi-sdk.credential-vcdm": "0.40.0",
"@sphereon/ssi-sdk.credential-vcdm-jsonld-provider": "0.40.0",
"@sphereon/ssi-sdk.credential-vcdm1-jwt-provider": "0.40.0",
"@sphereon/ssi-sdk.credential-vcdm2-jose-provider": "0.40.0",
"@sphereon/ssi-sdk.data-store": "0.40.0",
"@sphereon/ssi-sdk.event-logger": "0.40.0",
"@sphereon/ssi-sdk.issuance-branding": "0.40.0",
"@sphereon/ssi-sdk.mdl-mdoc": "0.40.0",
"@sphereon/ssi-sdk.oid4vci-holder": "0.40.0",
"@sphereon/ssi-sdk.qr-code-generator": "0.40.0",
"@sphereon/ssi-sdk.resource-resolver": "0.40.0",
"@sphereon/ssi-sdk.sd-jwt": "0.40.0",
"@sphereon/ssi-sdk.siopv2-oid4vp-op-auth": "0.40.0",
"@sphereon/ssi-sdk.xstate-machine-persistence": "0.40.0",
"@sphereon/ssi-types": "0.40.0",
"@sphereon/ui-components.core": "0.5.0",
"@sphereon/ui-components.credential-branding": "0.5.0",
"@sphereon/ui-components.ssi-react-native": "0.5.0",
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "patch:@veramo/credential-w3c@npm%3A4.2.0#~/patches/@veramo-credential-w3c-npm-4.2.0-3dc01e76f9.patch",
"@veramo/data-store": "patch:@veramo/data-store@npm%3A4.2.0#~/patches/@veramo-data-store-npm-4.2.0-bb461c197b.patch",
"@veramo/did-manager": "4.2.0",
"@veramo/did-resolver": "4.2.0",
"@veramo/key-manager": "4.2.0",
"@veramo/utils": "4.2.0",
"ajv": "^8.12.0",
"ajv-formats": "^2.1.1",
"assert": "^1.1.1",
"asyncstorage-down": "^4.2.0",
"base-64": "^1.0.0",
"buffer": "^4.9.1",
"class-validator": "0.14.1",
"countries-list": "^3.1.1",
"dcql": "1.0.1",
"debug": "^4.3.5",
"did-jwt": "6.11.6",
"did-resolver": "^4.1.0",
"events": "^3.3.0",
"expo": "~53.0.25",
"expo-asset": "~11.1.7",
"expo-av": "~15.1.7",
"expo-build-properties": "~0.14.8",
"expo-camera": "~16.1.11",
"expo-clipboard": "~7.1.5",
"expo-document-picker": "~13.1.6",
"expo-file-system": "~18.1.11",
"expo-fs": "^0.2.2",
"expo-image": "~2.4.1",
"expo-linear-gradient": "~14.1.5",
"expo-local-authentication": "~16.0.5",
"expo-localization": "~16.1.6",
"expo-random": "~14.0.1",
"expo-splash-screen": "~0.30.10",
"expo-status-bar": "~2.2.3",
"expo-web-browser": "^15.0.10",
"fast-text-encoding": "^1.0.6",
"fbjs": "^3.0.5",
"i18n-js": "^3.9.2",
"jose": "patch:jose@npm%3A5.10.0#~/patches/jose-npm-5.10.0-4ce825ae05.patch",
"jsonpath": "^1.1.1",
"jwt-decode": "^3.1.2",
"lodash.memoize": "^4.1.2",
"metro-config": "~0.80.8",
"moment": "^2.30.1",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"prop-types": "^15.8.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-is": "^18.2.0",
"react-native": "0.79.6",
"react-native-app-auth": "^6.4.3",
"react-native-audio-record": "^0.2.2",
"react-native-audio-recorder-player": "^3.6.12",
"react-native-crypto": "^2.2.0",
"react-native-fingerprint-scanner": "git+https://github.com/hieuvp/react-native-fingerprint-scanner.git",
"react-native-fs": "^2.20.0",
"react-native-gesture-handler": "~2.24.0",
"react-native-get-random-values": "^1.11.0",
"react-native-gifted-chat": "^2.6.4",
"react-native-json-tree": "^1.3.0",
"react-native-keyboard-controller": "^1.17.1",
"react-native-level-fs": "^3.0.1",
"react-native-linear-gradient": "^2.8.3",
"react-native-linear-gradient-text": "^1.2.8",
"react-native-markdown-display": "^7.0.2",
"react-native-mmkv-storage": "^12.0.1",
"react-native-modal": "13.0.2",
"react-native-navigation-bar-color": "^2.0.2",
"react-native-nitro-modules": "0.33.2",
"react-native-nitro-sqlite": "9.2.2",
"react-native-os": "patch:react-native-os@npm%3A1.2.6#~/patches/react-native-os-npm-1.2.6-65c52ed3dc.patch",
"react-native-pager-view": "6.7.1",
"react-native-permissions": "^4.1.5",
"react-native-pure-jwt": "^3.0.2",
"react-native-quick-base64": "2.2.2",
"react-native-quick-crypto": "^1.0.7",
"react-native-randombytes": "^3.6.1",
"react-native-reanimated": "~3.17.4",
"react-native-safe-area-context": "5.4.0",
"react-native-screens": "~4.11.1",
"react-native-securerandom": "^1.0.1",
"react-native-share": "^10.2.1",
"react-native-share-menu": "patch:react-native-share-menu@npm%3A6.0.0#~/patches/react-native-share-menu-npm-6.0.0-f1094c3204.patch",
"react-native-size-matters": "^0.4.2",
"react-native-sound": "^0.11.2",
"react-native-svg": "15.11.2",
"react-native-svg-transformer": "^1.5.0",
"react-native-swipe-list-view": "^3.2.9",
"react-native-tab-view": "^3.5.2",
"react-native-toast-message": "^2.2.0",
"react-native-url-polyfill": "^2.0.0",
"react-native-webview": "13.13.5",
"react-native-webview-crypto": "^0.0.26",
"react-redux": "^7.2.9",
"readable-stream": "^4.5.2",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"reflect-metadata": "^0.2.2",
"stream-browserify": "^3.0.0",
"string_decoder": "^1.3.0",
"styled-components": "^6.1.12",
"text-encoding": "^0.7.0",
"typeorm": "0.3.20",
"uint8arrays": "^3.1.1",
"url": "~0.10.1",
"vm-browserify": "^1.1.2",
"web-did-resolver": "^2.0.23",
"ws": "^8.18.0",
"xstate": "^4.38.3"
},
"devDependencies": {
"@babel/core": "^7.28.0",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.28.0",
"@babel/plugin-proposal-private-methods": "^7.18.6",
"@babel/plugin-syntax-bigint": "^7.8.3",
"@babel/plugin-syntax-import-assertions": "^7.27.1",
"@babel/plugin-transform-class-static-block": "^7.27.1",
"@babel/plugin-transform-flow-strip-types": "^7.27.1",
"@babel/plugin-transform-modules-commonjs": "^7.27.1",
"@babel/preset-env": "^7.28.0",
"@babel/runtime": "^7.27.6",
"@react-native-community/cli": "^20.0.2",
"@react-native-community/eslint-config": "^3.2.0",
"@sd-jwt/types": "^0.7.2",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.3.1",
"@tsconfig/react-native": "^2.0.2",
"@types/base-64": "^1.0.2",
"@types/debug": "^4.1.7",
"@types/elliptic": "^6.4.14",
"@types/i18n-js": "^3.8.2",
"@types/jest": "^29.2.1",
"@types/lodash.memoize": "^4.1.6",
"@types/react": "~19.0.10",
"@types/react-native-dotenv": "^0.2.2",
"@types/react-native-share-menu": "^5.0.2",
"@types/react-redux": "^7.1.18",
"@types/react-test-renderer": "^18.0.0",
"@types/uuid": "^9.0.6",
"@types/ws": "^8.5.12",
"@typescript-eslint/eslint-plugin": "^5.12.0",
"@typescript-eslint/parser": "^5.12.0",
"babel-jest": "^29.7.0",
"babel-loader": "^8.4.1",
"babel-plugin-module-resolver": "^4.1.0",
"babel-plugin-transform-typescript-metadata": "^0.3.2",
"babel-preset-expo": "~13.0.0",
"baseline-browser-mapping": "^2.9.5",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.25.4",
"jest": "^29.2.1",
"jest-expo": "~53.0.13",
"prettier": "^2.8.4",
"react-native-dotenv": "^3.4.11",
"react-test-renderer": "18.2.0",
"rn-nodeify": "patch:rn-nodeify@npm%3A10.3.0#~/patches/rn-nodeify-npm-10.3.0-dd87063015.patch",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.2",
"typescript": "~5.8.3",
"webpack": "^5.76.1",
"xmlhttprequest": "^1.8.0"
},
"react-native": {
"_stream_transform": "readable-stream/transform",
"_stream_readable": "readable-stream/readable",
"_stream_writable": "readable-stream/writable",
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"vm": "vm-browserify",
"path": "path-browserify",
"os": "react-native-os",
"fs": "expo-fs",
"crypto": "react-native-crypto"
},
"browser": {
"_stream_duplex": "readable-stream/duplex",
"_stream_passthrough": "readable-stream/passthrough",
"_stream_readable": "readable-stream/readable",
"_stream_transform": "readable-stream/transform",
"_stream_writable": "readable-stream/writable",
"crypto": "react-native-crypto",
"fs": "expo-fs",
"os": "react-native-os",
"path": "path-browserify",
"vm": "vm-browserify"
},
"pnpm": {
"neverBuiltDependencies": [
"@mattrglobal/node-bbs-signatures"
]
},
"resolutions": {
"@craftzdog/react-native-buffer": "6.1.1",
"react-native-nitro-sqlite": "9.2.2",
"@peculiar/asn1-schema": "2.6.0",
"@peculiar/asn1-x509": "2.6.0",
"@peculiar/asn1-x509-attr": "2.6.0",
"@peculiar/asn1-cms": "2.6.0",
"@peculiar/asn1-csr": "2.6.0",
"@peculiar/asn1-ecc": "2.6.0",
"@peculiar/asn1-pfx": "2.6.0",
"@peculiar/asn1-pkcs8": "2.6.0",
"@peculiar/asn1-pkcs9": "2.6.0",
"@peculiar/asn1-rsa": "2.6.0",
"@expo/config-plugins": "~8.0.0",
"@expo/prebuild-config": "~7.0.0",
"cross-fetch": "4.1.0",
"ajv": "^8.12.0",
"class-validator": "0.14.1",
"typeorm": "0.3.20",
"@sphereon/did-auth-siop": "0.21.0",
"@sphereon/ssi-sdk-ext.key-utils": "0.40.0",
"@sphereon/ssi-sdk-ext.x509-utils": "0.40.0",
"@sphereon/ssi-sdk-ext.did-utils": "0.40.0",
"@sphereon/ssi-sdk-ext.jwt-service": "0.40.0",
"@sphereon/ssi-sdk-ext.identifier-resolution": "0.40.0",
"@sphereon/ssi-sdk-ext.key-manager": "0.40.0",
"@sphereon/ssi-sdk.agent-config": "patch:@sphereon/ssi-sdk.agent-config@npm%3A0.34.0#~/patches/@sphereon-ssi-sdk.agent-config-npm-0.34.0-93ec08ceaa.patch",
"@sphereon/ssi-sdk.sd-jwt": "0.40.0",
"@sphereon/ssi-sdk.credential-vcdm": "0.40.0",
"@sphereon/ssi-sdk.credential-vcdm1-jwt-provider": "0.40.0",
"@sphereon/ssi-sdk.credential-vcdm2-jose-provider": "0.40.0",
"@sphereon/ssi-sdk.credential-vcdm-jsonld-provider": "0.40.0",
"@sphereon/ssi-sdk.xstate-machine-persistence": "0.40.0",
"@sphereon/ssi-types": "0.40.0",
"@sphereon/ssi-sdk.core": "0.40.0",
"@sphereon/ssi-sdk.contact-manager": "0.40.0",
"@sphereon/ssi-sdk.data-store": "0.40.0",
"@sphereon/ssi-sdk.data-store-types": "0.40.0",
"@sphereon/oid4vci-client": "0.21.0",
"@sphereon/oid4vci-common": "0.21.0",
"@sphereon/ui-components.core": "0.5.3",
"@sphereon/ui-components.ssi-react-native": "0.5.3",
"@sphereon/ui-components.credential-branding": "0.5.3",
"@sphereon/pex": "5.0.0-unstable.28",
"@sphereon/pex-models": "^2.3.2",
"@veramo/core": "4.2.0",
"@veramo/credential-w3c": "4.2.0",
"@veramo/data-store": "4.2.0",
"@veramo/did-jwt": "4.2.0",
"@veramo/credential-ld": "4.2.0",
"@veramo/utils": "4.2.0",
"@veramo/did-manager": "4.2.0",
"@veramo/kms-local": "4.2.0",
"@veramo/key-manager": "4.2.0",
"@veramo/did-comm": "4.2.0",
"@veramo/message-handler": "4.2.0",
"@veramo/did-discovery": "4.2.0",
"@veramo/did-provider-key": "4.2.0",
"@veramo/did-provider-web": "4.2.0",
"@veramo/did-resolver": "4.2.0",
"@veramo/remote-client": "4.2.0",
"@veramo/remote-server": "4.2.0",
"@veramo/selective-disclosure": "4.2.0",
"@veramo/url-handler": "4.2.0",
"@types/react": "~19.0.10",
"@react-native-masked-view/masked-view": "0.3.2",
"jose": "^5.9.3",
"react-native-permissions": "^4.1.5",
"react-native-svg": "15.11.2",
"react-native-quick-base64": "^2.0.5",
"@sphereon/musap-native": "0.2.1-next.205",
"@sphereon/musap-react-native": "0.2.1-next.205",
"expo-fs/expo-file-system": "~17.0.1",
"isomorphic-webcrypto": "link:./node_modules/@sphereon/isomorphic-webcrypto",
"jsonld": "link:./node_modules/@digitalcredentials/jsonld",
"security-context": "link:./node_modules/@digitalbazaar/security-context",
"@transmute/web-crypto-key-pair/@peculiar/webcrypto": "^1.1.6",
"@peculiar/webcrypto": "1.4.5",
"@sphereon/kmp-mdoc-core": "0.2.0-SNAPSHOT.27",
"@sphereon/openid-federation-open-api": "0.1.1-unstable.0647eb6",
"@sphereon/openid-federation-client": "0.1.1-unstable.0647eb6",
"@sphereon/openid-federation-common": "0.1.1-unstable.0647eb6",
"browserify-sign": "4.2.2",
"@bitauth/libauth@npm:^1.19.1": "patch:@bitauth/libauth@npm%3A1.19.1#~/patches/@bitauth-libauth-npm-1.19.1-1854387260.patch",
"@bitauth/libauth@npm:^1.18.1": "patch:@bitauth/libauth@npm%3A1.19.1#~/patches/@bitauth-libauth-npm-1.19.1-1854387260.patch",
"@digitalcredentials/jsonld-signatures@npm:^12.0.1": "patch:@digitalcredentials/jsonld-signatures@npm%3A9.4.0#~/patches/@digitalcredentials-jsonld-signatures-npm-9.4.0-3019bfdd1b.patch",
"@digitalcredentials/jsonld-signatures@npm:^9.3.1": "patch:@digitalcredentials/jsonld-signatures@npm%3A9.4.0#~/patches/@digitalcredentials-jsonld-signatures-npm-9.4.0-3019bfdd1b.patch",
"@digitalcredentials/jsonld-signatures@npm:^12.0.0": "patch:@digitalcredentials/jsonld-signatures@npm%3A9.4.0#~/patches/@digitalcredentials-jsonld-signatures-npm-9.4.0-3019bfdd1b.patch",
"@digitalcredentials/rdf-canonize@npm:^1.0.0": "patch:@digitalcredentials/rdf-canonize@npm%3A1.0.0#~/patches/@digitalcredentials-rdf-canonize-npm-1.0.0-31a9cdce0d.patch",
"@peculiar/webcrypto@npm:^1.1.6": "patch:@peculiar/webcrypto@npm%3A1.4.5#~/patches/@peculiar-webcrypto-npm-1.4.5-84054e5591.patch",
"@peculiar/webcrypto@npm:^1.0.22": "patch:@peculiar/webcrypto@npm%3A1.4.5#~/patches/@peculiar-webcrypto-npm-1.4.5-84054e5591.patch",
"@sphereon/openid-federation-client@npm:0.20.9-unstable.48ddfa1": "patch:@sphereon/openid-federation-client@npm%3A0.1.1-unstable.0647eb6#~/patches/@sphereon-openid-federation-client-npm-0.1.1-unstable.0647eb6-65cae8dee9.patch",
"@sphereon/ssi-sdk.agent-config@npm:0.33.1-next.73": "patch:@sphereon/ssi-sdk.agent-config@npm%3A0.34.0#~/patches/@sphereon-ssi-sdk.agent-config-npm-0.34.0-93ec08ceaa.patch",
"@sphereon/ssi-sdk.agent-config@npm:0.34.0": "patch:@sphereon/ssi-sdk.agent-config@npm%3A0.34.0#~/patches/@sphereon-ssi-sdk.agent-config-npm-0.34.0-93ec08ceaa.patch",
"@sphereon/ssi-sdk.agent-config@npm:0.33.1-feature.jose.vcdm.67": "patch:@sphereon/ssi-sdk.agent-config@npm%3A0.34.0#~/patches/@sphereon-ssi-sdk.agent-config-npm-0.34.0-93ec08ceaa.patch",
"@sphereon/ssi-sdk.agent-config@npm:0.33.1-feature.jose.vcdm.65": "patch:@sphereon/ssi-sdk.agent-config@npm%3A0.34.0#~/patches/@sphereon-ssi-sdk.agent-config-npm-0.34.0-93ec08ceaa.patch",
"@sphereon/ssi-sdk.agent-config@npm:0.33.1-feature.jose.vcdm.56": "patch:@sphereon/ssi-sdk.agent-config@npm%3A0.34.0#~/patches/@sphereon-ssi-sdk.agent-config-npm-0.34.0-93ec08ceaa.patch",
"@sphereon/ssi-sdk.agent-config@npm:0.33.1-feature.vcdm2.tsup.28": "patch:@sphereon/ssi-sdk.agent-config@npm%3A0.34.0#~/patches/@sphereon-ssi-sdk.agent-config-npm-0.34.0-93ec08ceaa.patch",
"@sphereon/ssi-sdk.agent-config@npm:0.33.1-feature.vcdm2.tsup.26": "patch:@sphereon/ssi-sdk.agent-config@npm%3A0.34.0#~/patches/@sphereon-ssi-sdk.agent-config-npm-0.34.0-93ec08ceaa.patch",
"@veramo/credential-w3c@npm:4.2.0": "patch:@veramo/credential-w3c@npm%3A4.2.0#~/patches/@veramo-credential-w3c-npm-4.2.0-3dc01e76f9.patch",
"@veramo/data-store@npm:4.2.0": "patch:@veramo/data-store@npm%3A4.2.0#~/patches/@veramo-data-store-npm-4.2.0-bb461c197b.patch",
"jose@npm:^5.10.0": "patch:jose@npm%3A5.10.0#~/patches/jose-npm-5.10.0-4ce825ae05.patch",
"jose@npm:5.9.4": "patch:jose@npm%3A5.10.0#~/patches/jose-npm-5.10.0-4ce825ae05.patch",
"jose@npm:^4.3.8": "patch:jose@npm%3A5.10.0#~/patches/jose-npm-5.10.0-4ce825ae05.patch",
"jose@npm:^5.9.3": "patch:jose@npm%3A5.10.0#~/patches/jose-npm-5.10.0-4ce825ae05.patch",
"@sd-jwt/sd-jwt-vc@npm:^0.15.0": "patch:@sd-jwt/sd-jwt-vc@npm%3A0.15.1#~/patches/@sd-jwt-sd-jwt-vc-npm-0.15.1-49083b7f21.patch",
"@sphereon/ssi-sdk.agent-config@npm:0.37.0+018fccc6": "patch:@sphereon/ssi-sdk.agent-config@npm%3A0.34.0#~/patches/@sphereon-ssi-sdk.agent-config-npm-0.34.0-93ec08ceaa.patch"
},
"engines": {
"node": ">=20.0.0"
},
"dependenciesMeta": {
"@mattrglobal/node-bbs-signatures": {
"built": false
}
},
"packageManager": "yarn@4.16.0+sha512.5374c94eb4ef6aa8188fb112f20c1aa6569f248d676c5e576e1fd2a1a4d8d87a96df65d9dfe1c2a0252cbe38bda46cf18d955005b81b43cc7607a5c9d56fd2b6"
}