@namera-ai/cli 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,666 @@
1
+ {
2
+ "name": "@namera-ai/cli",
3
+ "version": "1.0.1",
4
+ "lockfileVersion": 3,
5
+ "requires": true,
6
+ "packages": {
7
+ "": {
8
+ "name": "@namera-ai/cli",
9
+ "version": "1.0.1",
10
+ "dependencies": {
11
+ "@effect/platform-node": "4.0.0-rc.117",
12
+ "@namera-ai/protocol": "1.0.1",
13
+ "@namera-ai/sdk": "1.0.1",
14
+ "@napi-rs/keyring": "1.3.0",
15
+ "effect": "4.0.0-rc.117",
16
+ "viem": "2.55.11"
17
+ }
18
+ },
19
+ "node_modules/@adraffy/ens-normalize": {
20
+ "version": "1.11.1",
21
+ "resolved": "https://registry.npmjs.org/@adraffy/ens-normalize/-/ens-normalize-1.11.1.tgz",
22
+ "integrity": "sha512-nhCBV3quEgesuf7c7KYfperqSS14T8bYuvJ8PcLJp6znkZpFc0AuW4qBtr8eKVyPPe/8RSr7sglCWPU5eaxwKQ==",
23
+ "license": "MIT"
24
+ },
25
+ "node_modules/@alchemy/common": {
26
+ "version": "5.2.0",
27
+ "resolved": "https://registry.npmjs.org/@alchemy/common/-/common-5.2.0.tgz",
28
+ "integrity": "sha512-vJg3JAzs3D5ik+PKN6p/4wU27MI0cLrf3t8mD/pNHZ6M87i020zsLzWUoP/Ti83/2N4Nb/ivZCqbsfnAYGmRFA==",
29
+ "license": "MIT",
30
+ "dependencies": {
31
+ "zod": "^3.23.0"
32
+ },
33
+ "peerDependencies": {
34
+ "viem": "^2.45.0"
35
+ }
36
+ },
37
+ "node_modules/@alchemy/smart-accounts": {
38
+ "version": "5.2.0",
39
+ "resolved": "https://registry.npmjs.org/@alchemy/smart-accounts/-/smart-accounts-5.2.0.tgz",
40
+ "integrity": "sha512-EN05esNI423pqkz4DsXptVAETc4p73/yP4nJcJguVdT+It7tOZodEgQyJ8jXpuzYjTVzckXF/cWiOsJkXLS99A==",
41
+ "license": "MIT",
42
+ "dependencies": {
43
+ "@alchemy/common": "5.2.0"
44
+ },
45
+ "peerDependencies": {
46
+ "viem": "^2.45.0"
47
+ }
48
+ },
49
+ "node_modules/@effect/platform-node": {
50
+ "version": "4.0.0-rc.117",
51
+ "resolved": "https://registry.npmjs.org/@effect/platform-node/-/platform-node-4.0.0-rc.117.tgz",
52
+ "integrity": "sha512-WbPcvQDkqXFnCeG6LohJ9eVNapCDhZbCpezhYKxm0IsZEk7swakRh7RkC1t2CXzd3hGmszTv2k9e/pXyZuL+wQ==",
53
+ "license": "MIT",
54
+ "dependencies": {
55
+ "@effect/platform-node-shared": "^4.0.0-rc.117",
56
+ "undici": "^8.10.2"
57
+ },
58
+ "engines": {
59
+ "node": ">=18.0.0"
60
+ },
61
+ "peerDependencies": {
62
+ "effect": "^4.0.0-rc.117",
63
+ "redis": ">=5.0.0 <7.0.0"
64
+ }
65
+ },
66
+ "node_modules/@effect/platform-node-shared": {
67
+ "version": "4.0.0-rc.117",
68
+ "resolved": "https://registry.npmjs.org/@effect/platform-node-shared/-/platform-node-shared-4.0.0-rc.117.tgz",
69
+ "integrity": "sha512-GyRkEfLBG49MwJe+/XDPiXYcQ44RA9p2z0AurlsWhR1cd1PqOUMEZU1pORL+/R5hR8aH6ZuqoJYD8lAc6h+wlA==",
70
+ "license": "MIT",
71
+ "dependencies": {
72
+ "@types/ws": "^8.18.1",
73
+ "ws": "^8.21.3"
74
+ },
75
+ "engines": {
76
+ "node": ">=18.0.0"
77
+ },
78
+ "peerDependencies": {
79
+ "effect": "^4.0.0-rc.117"
80
+ }
81
+ },
82
+ "node_modules/@namera-ai/api": {
83
+ "version": "1.0.1",
84
+ "license": "Apache-2.0",
85
+ "dependencies": {
86
+ "@namera-ai/protocol": "1.0.1",
87
+ "effect": "4.0.0-rc.117"
88
+ },
89
+ "engines": {
90
+ "node": ">=24.14.0"
91
+ }
92
+ },
93
+ "node_modules/@namera-ai/protocol": {
94
+ "version": "1.0.1",
95
+ "license": "Apache-2.0",
96
+ "dependencies": {
97
+ "@adraffy/ens-normalize": "1.11.1",
98
+ "effect": "4.0.0-rc.117"
99
+ },
100
+ "engines": {
101
+ "node": ">=24.14.0"
102
+ }
103
+ },
104
+ "node_modules/@namera-ai/sdk": {
105
+ "version": "1.0.1",
106
+ "license": "Apache-2.0",
107
+ "dependencies": {
108
+ "@alchemy/smart-accounts": "5.2.0",
109
+ "@namera-ai/api": "1.0.1",
110
+ "@namera-ai/protocol": "1.0.1",
111
+ "effect": "4.0.0-rc.117",
112
+ "viem": "2.55.11"
113
+ },
114
+ "engines": {
115
+ "node": ">=24.14.0"
116
+ }
117
+ },
118
+ "node_modules/@napi-rs/keyring": {
119
+ "version": "1.3.0",
120
+ "resolved": "https://registry.npmjs.org/@napi-rs/keyring/-/keyring-1.3.0.tgz",
121
+ "integrity": "sha512-WrOw/bcXm0f9qHkumlT1QlArXSTWqaY9sunsDpOk+yCCorCKMxvWT/a3xko4EYHVdeZoh00yI2TydXn6eyICDA==",
122
+ "license": "MIT",
123
+ "engines": {
124
+ "node": ">= 10"
125
+ },
126
+ "funding": {
127
+ "type": "github",
128
+ "url": "https://github.com/sponsors/Brooooooklyn"
129
+ },
130
+ "optionalDependencies": {
131
+ "@napi-rs/keyring-darwin-arm64": "1.3.0",
132
+ "@napi-rs/keyring-darwin-x64": "1.3.0",
133
+ "@napi-rs/keyring-freebsd-x64": "1.3.0",
134
+ "@napi-rs/keyring-linux-arm-gnueabihf": "1.3.0",
135
+ "@napi-rs/keyring-linux-arm64-gnu": "1.3.0",
136
+ "@napi-rs/keyring-linux-arm64-musl": "1.3.0",
137
+ "@napi-rs/keyring-linux-riscv64-gnu": "1.3.0",
138
+ "@napi-rs/keyring-linux-x64-gnu": "1.3.0",
139
+ "@napi-rs/keyring-linux-x64-musl": "1.3.0",
140
+ "@napi-rs/keyring-win32-arm64-msvc": "1.3.0",
141
+ "@napi-rs/keyring-win32-ia32-msvc": "1.3.0",
142
+ "@napi-rs/keyring-win32-x64-msvc": "1.3.0"
143
+ }
144
+ },
145
+ "node_modules/@napi-rs/keyring-darwin-arm64": {
146
+ "version": "1.3.0",
147
+ "resolved": "https://registry.npmjs.org/@napi-rs/keyring-darwin-arm64/-/keyring-darwin-arm64-1.3.0.tgz",
148
+ "integrity": "sha512-pl76hJvdYUBn6I24bXiOBMA9nbDapo3I5B+f3OorjDU4dUMSypXeKbOVehJe8fhgTiH24flMyTS3aAIy43xegQ==",
149
+ "cpu": ["arm64"],
150
+ "license": "MIT",
151
+ "optional": true,
152
+ "os": ["darwin"],
153
+ "engines": {
154
+ "node": ">= 10"
155
+ }
156
+ },
157
+ "node_modules/@napi-rs/keyring-darwin-x64": {
158
+ "version": "1.3.0",
159
+ "resolved": "https://registry.npmjs.org/@napi-rs/keyring-darwin-x64/-/keyring-darwin-x64-1.3.0.tgz",
160
+ "integrity": "sha512-YcJtEV5LA3cvA4z3BurgxH5IhTsW1JfIvcAAcqcecwk06Si9F9NqkxbZVIfDwQ8oRHgaBmT3zZJnLAotCrVahw==",
161
+ "cpu": ["x64"],
162
+ "license": "MIT",
163
+ "optional": true,
164
+ "os": ["darwin"],
165
+ "engines": {
166
+ "node": ">= 10"
167
+ }
168
+ },
169
+ "node_modules/@napi-rs/keyring-freebsd-x64": {
170
+ "version": "1.3.0",
171
+ "resolved": "https://registry.npmjs.org/@napi-rs/keyring-freebsd-x64/-/keyring-freebsd-x64-1.3.0.tgz",
172
+ "integrity": "sha512-vlLf31TGhfRAaxLDBhg8b89ss0HHD/lyNmL5F3UjSaz5CUXElsJmKYq9fqA/B+cZKUEUcLHHGhF0I/CqcFdaVw==",
173
+ "cpu": ["x64"],
174
+ "license": "MIT",
175
+ "optional": true,
176
+ "os": ["freebsd"],
177
+ "engines": {
178
+ "node": ">= 10"
179
+ }
180
+ },
181
+ "node_modules/@napi-rs/keyring-linux-arm-gnueabihf": {
182
+ "version": "1.3.0",
183
+ "resolved": "https://registry.npmjs.org/@napi-rs/keyring-linux-arm-gnueabihf/-/keyring-linux-arm-gnueabihf-1.3.0.tgz",
184
+ "integrity": "sha512-KiWdMMu/Inz/bHHIAGrnF7r54FZDYXuHO6UFF/rhIrshUsxbMG1Rl9lEymNtqqsVo927G0VYcb02FzWQ3iBQRQ==",
185
+ "cpu": ["arm"],
186
+ "license": "MIT",
187
+ "optional": true,
188
+ "os": ["linux"],
189
+ "engines": {
190
+ "node": ">= 10"
191
+ }
192
+ },
193
+ "node_modules/@napi-rs/keyring-linux-arm64-gnu": {
194
+ "version": "1.3.0",
195
+ "resolved": "https://registry.npmjs.org/@napi-rs/keyring-linux-arm64-gnu/-/keyring-linux-arm64-gnu-1.3.0.tgz",
196
+ "integrity": "sha512-eyKGpY40lm9Jvs1aD294XRH4y7+TlJM0YVAryZeXA6TX0mb4gMkxVXwSQv7MCwgah7raeUd0dKUb4BPAYIgcMg==",
197
+ "cpu": ["arm64"],
198
+ "libc": ["glibc"],
199
+ "license": "MIT",
200
+ "optional": true,
201
+ "os": ["linux"],
202
+ "engines": {
203
+ "node": ">= 10"
204
+ }
205
+ },
206
+ "node_modules/@napi-rs/keyring-linux-arm64-musl": {
207
+ "version": "1.3.0",
208
+ "resolved": "https://registry.npmjs.org/@napi-rs/keyring-linux-arm64-musl/-/keyring-linux-arm64-musl-1.3.0.tgz",
209
+ "integrity": "sha512-iIK6JWHXAJqDrEyLY3TmswwloVyt2vj+04TZnew+uSJ9gnDO8EwRbp3/iw3LpWaXiDO7VomGO6y8I0Id8uBZSw==",
210
+ "cpu": ["arm64"],
211
+ "libc": ["musl"],
212
+ "license": "MIT",
213
+ "optional": true,
214
+ "os": ["linux"],
215
+ "engines": {
216
+ "node": ">= 10"
217
+ }
218
+ },
219
+ "node_modules/@napi-rs/keyring-linux-riscv64-gnu": {
220
+ "version": "1.3.0",
221
+ "resolved": "https://registry.npmjs.org/@napi-rs/keyring-linux-riscv64-gnu/-/keyring-linux-riscv64-gnu-1.3.0.tgz",
222
+ "integrity": "sha512-/PGqrwn6EwgtK6vccASSXJRfOSP4vN1F4ASsIQ+7MdrK6hNvAJ1FZPrIuD5gGGdxezo3F++To2Wq7DbuGIeuNQ==",
223
+ "cpu": ["riscv64"],
224
+ "libc": ["glibc"],
225
+ "license": "MIT",
226
+ "optional": true,
227
+ "os": ["linux"],
228
+ "engines": {
229
+ "node": ">= 10"
230
+ }
231
+ },
232
+ "node_modules/@napi-rs/keyring-linux-x64-gnu": {
233
+ "version": "1.3.0",
234
+ "resolved": "https://registry.npmjs.org/@napi-rs/keyring-linux-x64-gnu/-/keyring-linux-x64-gnu-1.3.0.tgz",
235
+ "integrity": "sha512-2PDK1WKWTu9lBGq9VvNEkSlQD3O7YwVpmnyN2M3cy4v7NJ/8gDMd9GXv3G+FVXN13uhp4gnnPBS+ScefmEeD2A==",
236
+ "cpu": ["x64"],
237
+ "libc": ["glibc"],
238
+ "license": "MIT",
239
+ "optional": true,
240
+ "os": ["linux"],
241
+ "engines": {
242
+ "node": ">= 10"
243
+ }
244
+ },
245
+ "node_modules/@napi-rs/keyring-linux-x64-musl": {
246
+ "version": "1.3.0",
247
+ "resolved": "https://registry.npmjs.org/@napi-rs/keyring-linux-x64-musl/-/keyring-linux-x64-musl-1.3.0.tgz",
248
+ "integrity": "sha512-oJ2HkX8YUo46QBkn0pG+HuIKQNqr523q6vBobCn+P95s4C4K6/kLBqHY/1bg5J4ap31DzsznhnFKcfBNBsjCnw==",
249
+ "cpu": ["x64"],
250
+ "libc": ["musl"],
251
+ "license": "MIT",
252
+ "optional": true,
253
+ "os": ["linux"],
254
+ "engines": {
255
+ "node": ">= 10"
256
+ }
257
+ },
258
+ "node_modules/@napi-rs/keyring-win32-arm64-msvc": {
259
+ "version": "1.3.0",
260
+ "resolved": "https://registry.npmjs.org/@napi-rs/keyring-win32-arm64-msvc/-/keyring-win32-arm64-msvc-1.3.0.tgz",
261
+ "integrity": "sha512-tOd3c/uAaeoE4ycVlmAdSvygz0Zt3zdca6Y7gokBeIbaRDWpjDIUOpU3MvML59XAaqyuKGsVVu0F/DZb1lHPmw==",
262
+ "cpu": ["arm64"],
263
+ "license": "MIT",
264
+ "optional": true,
265
+ "os": ["win32"],
266
+ "engines": {
267
+ "node": ">= 10"
268
+ }
269
+ },
270
+ "node_modules/@napi-rs/keyring-win32-ia32-msvc": {
271
+ "version": "1.3.0",
272
+ "resolved": "https://registry.npmjs.org/@napi-rs/keyring-win32-ia32-msvc/-/keyring-win32-ia32-msvc-1.3.0.tgz",
273
+ "integrity": "sha512-sPSqeAFZMGqP1R++M2JTza7GQJJ/TpCo6JU6Vcd4jnebvOaEDs9b7eipakU1PJdSvhpC2yXMCNRk9gXfrhuwHQ==",
274
+ "cpu": ["ia32"],
275
+ "license": "MIT",
276
+ "optional": true,
277
+ "os": ["win32"],
278
+ "engines": {
279
+ "node": ">= 10"
280
+ }
281
+ },
282
+ "node_modules/@napi-rs/keyring-win32-x64-msvc": {
283
+ "version": "1.3.0",
284
+ "resolved": "https://registry.npmjs.org/@napi-rs/keyring-win32-x64-msvc/-/keyring-win32-x64-msvc-1.3.0.tgz",
285
+ "integrity": "sha512-4DnCWXwDc0HRKwyRlG5y0VhKZW2tNRQfKKfyj6IX/KWfDNyq9hn4n+GL1auyDcOO/v8PwnhmYo2+rOOqCkvvOg==",
286
+ "cpu": ["x64"],
287
+ "license": "MIT",
288
+ "optional": true,
289
+ "os": ["win32"],
290
+ "engines": {
291
+ "node": ">= 10"
292
+ }
293
+ },
294
+ "node_modules/@noble/ciphers": {
295
+ "version": "1.3.0",
296
+ "resolved": "https://registry.npmjs.org/@noble/ciphers/-/ciphers-1.3.0.tgz",
297
+ "integrity": "sha512-2I0gnIVPtfnMw9ee9h1dJG7tp81+8Ob3OJb3Mv37rx5L40/b0i7djjCVvGOVqc9AEIQyvyu1i6ypKdFw8R8gQw==",
298
+ "license": "MIT",
299
+ "engines": {
300
+ "node": "^14.21.3 || >=16"
301
+ },
302
+ "funding": {
303
+ "url": "https://paulmillr.com/funding/"
304
+ }
305
+ },
306
+ "node_modules/@noble/curves": {
307
+ "version": "1.9.1",
308
+ "resolved": "https://registry.npmjs.org/@noble/curves/-/curves-1.9.1.tgz",
309
+ "integrity": "sha512-k11yZxZg+t+gWvBbIswW0yoJlu8cHOC7dhunwOzoWH/mXGBiYyR4YY6hAEK/3EUs4UpB8la1RfdRpeGsFHkWsA==",
310
+ "license": "MIT",
311
+ "dependencies": {
312
+ "@noble/hashes": "1.8.0"
313
+ },
314
+ "engines": {
315
+ "node": "^14.21.3 || >=16"
316
+ },
317
+ "funding": {
318
+ "url": "https://paulmillr.com/funding/"
319
+ }
320
+ },
321
+ "node_modules/@noble/hashes": {
322
+ "version": "1.8.0",
323
+ "resolved": "https://registry.npmjs.org/@noble/hashes/-/hashes-1.8.0.tgz",
324
+ "integrity": "sha512-jCs9ldd7NwzpgXDIf6P3+NrHh9/sD6CQdxHyjQI+h/6rDNo88ypBxxz45UDuZHz9r3tNz7N/VInSVoVdtXEI4A==",
325
+ "license": "MIT",
326
+ "engines": {
327
+ "node": "^14.21.3 || >=16"
328
+ },
329
+ "funding": {
330
+ "url": "https://paulmillr.com/funding/"
331
+ }
332
+ },
333
+ "node_modules/@redis/bloom": {
334
+ "version": "6.2.1",
335
+ "resolved": "https://registry.npmjs.org/@redis/bloom/-/bloom-6.2.1.tgz",
336
+ "integrity": "sha512-huQgNLaCIZfQ9SeLn4q9124uOUd8HbZDYHwwUzNcRgHqCHiHKl2dDxMqJCeWh8cMqZAoWuHR8XnWbDMIf+o7ag==",
337
+ "license": "MIT",
338
+ "peer": true,
339
+ "engines": {
340
+ "node": ">= 20.0.0"
341
+ },
342
+ "peerDependencies": {
343
+ "@redis/client": "^6.2.1"
344
+ }
345
+ },
346
+ "node_modules/@redis/client": {
347
+ "version": "6.2.1",
348
+ "resolved": "https://registry.npmjs.org/@redis/client/-/client-6.2.1.tgz",
349
+ "integrity": "sha512-LzxBY7SIBvvJiyCgcaJZZakE3fJrZZ++i24+EDW9fKpCl68D35uJcKFpZZwCfOoG9WZTbyZlMzMeM0gtOAMU9Q==",
350
+ "license": "MIT",
351
+ "peer": true,
352
+ "dependencies": {
353
+ "cluster-key-slot": "1.1.2"
354
+ },
355
+ "engines": {
356
+ "node": ">= 20.0.0"
357
+ },
358
+ "peerDependencies": {
359
+ "@node-rs/xxhash": "^1.1.0",
360
+ "@opentelemetry/api": ">=1 <2"
361
+ },
362
+ "peerDependenciesMeta": {
363
+ "@node-rs/xxhash": {
364
+ "optional": true
365
+ },
366
+ "@opentelemetry/api": {
367
+ "optional": true
368
+ }
369
+ }
370
+ },
371
+ "node_modules/@redis/json": {
372
+ "version": "6.2.1",
373
+ "resolved": "https://registry.npmjs.org/@redis/json/-/json-6.2.1.tgz",
374
+ "integrity": "sha512-AFIUJ8Gj0DaaSBHYuSt8+O0oYWM+50OK1c0OmodB7XERIA8+BbyV3O4v76f9iccWasd1/7qjfZTpuzexUaZtrQ==",
375
+ "license": "MIT",
376
+ "peer": true,
377
+ "engines": {
378
+ "node": ">= 20.0.0"
379
+ },
380
+ "peerDependencies": {
381
+ "@redis/client": "^6.2.1"
382
+ }
383
+ },
384
+ "node_modules/@redis/search": {
385
+ "version": "6.2.1",
386
+ "resolved": "https://registry.npmjs.org/@redis/search/-/search-6.2.1.tgz",
387
+ "integrity": "sha512-2vfOAOyYFE7UUw3sBBlkqqruBtOUS4HRY5MtW4hp83llrwvtrTE4r22CEqXddlV+54zkLxBE4nmsIJ/dpezQrQ==",
388
+ "license": "MIT",
389
+ "peer": true,
390
+ "engines": {
391
+ "node": ">= 20.0.0"
392
+ },
393
+ "peerDependencies": {
394
+ "@redis/client": "^6.2.1"
395
+ }
396
+ },
397
+ "node_modules/@redis/time-series": {
398
+ "version": "6.2.1",
399
+ "resolved": "https://registry.npmjs.org/@redis/time-series/-/time-series-6.2.1.tgz",
400
+ "integrity": "sha512-kiYniph04dJOole+L359B6C9E+jYS2uDP7hca6Onj0xF38ZIpyxARO0Iq0W4ZRn1e8Q6vqW00QFZVSMRA/2Ijw==",
401
+ "license": "MIT",
402
+ "peer": true,
403
+ "engines": {
404
+ "node": ">= 20.0.0"
405
+ },
406
+ "peerDependencies": {
407
+ "@redis/client": "^6.2.1"
408
+ }
409
+ },
410
+ "node_modules/@scure/base": {
411
+ "version": "1.2.6",
412
+ "resolved": "https://registry.npmjs.org/@scure/base/-/base-1.2.6.tgz",
413
+ "integrity": "sha512-g/nm5FgUa//MCj1gV09zTJTaM6KBAHqLN907YVQqf7zC49+DcO4B1so4ZX07Ef10Twr6nuqYEH9GEggFXA4Fmg==",
414
+ "license": "MIT",
415
+ "funding": {
416
+ "url": "https://paulmillr.com/funding/"
417
+ }
418
+ },
419
+ "node_modules/@scure/bip32": {
420
+ "version": "1.7.0",
421
+ "resolved": "https://registry.npmjs.org/@scure/bip32/-/bip32-1.7.0.tgz",
422
+ "integrity": "sha512-E4FFX/N3f4B80AKWp5dP6ow+flD1LQZo/w8UnLGYZO674jS6YnYeepycOOksv+vLPSpgN35wgKgy+ybfTb2SMw==",
423
+ "license": "MIT",
424
+ "dependencies": {
425
+ "@noble/curves": "~1.9.0",
426
+ "@noble/hashes": "~1.8.0",
427
+ "@scure/base": "~1.2.5"
428
+ },
429
+ "funding": {
430
+ "url": "https://paulmillr.com/funding/"
431
+ }
432
+ },
433
+ "node_modules/@scure/bip39": {
434
+ "version": "1.6.0",
435
+ "resolved": "https://registry.npmjs.org/@scure/bip39/-/bip39-1.6.0.tgz",
436
+ "integrity": "sha512-+lF0BbLiJNwVlev4eKelw1WWLaiKXw7sSl8T6FvBlWkdX+94aGJ4o8XjUdlyhTCjd8c+B3KT3JfS8P0bLRNU6A==",
437
+ "license": "MIT",
438
+ "dependencies": {
439
+ "@noble/hashes": "~1.8.0",
440
+ "@scure/base": "~1.2.5"
441
+ },
442
+ "funding": {
443
+ "url": "https://paulmillr.com/funding/"
444
+ }
445
+ },
446
+ "node_modules/@types/node": {
447
+ "version": "26.6.2",
448
+ "resolved": "https://registry.npmjs.org/@types/node/-/node-26.6.2.tgz",
449
+ "integrity": "sha512-X1P21scMv4zGKLYqjdGjaKa7COa0RKVYYZZN/NfvLQ1JegxFhdhpZG/Lyn8AXx6CDUavKAd11v6BvfpkDByK8g==",
450
+ "license": "MIT",
451
+ "dependencies": {
452
+ "undici-types": "~8.9.0"
453
+ }
454
+ },
455
+ "node_modules/@types/ws": {
456
+ "version": "8.18.1",
457
+ "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.18.1.tgz",
458
+ "integrity": "sha512-ThVF6DCVhA8kUGy+aazFQ4kXQ7E1Ty7A3ypFOe0IcJV8O/M511G99AW24irKrW56Wt44yG9+ij8FaqoBGkuBXg==",
459
+ "license": "MIT",
460
+ "dependencies": {
461
+ "@types/node": "*"
462
+ }
463
+ },
464
+ "node_modules/abitype": {
465
+ "version": "1.2.3",
466
+ "resolved": "https://registry.npmjs.org/abitype/-/abitype-1.2.3.tgz",
467
+ "integrity": "sha512-Ofer5QUnuUdTFsBRwARMoWKOH1ND5ehwYhJ3OJ/BQO+StkwQjHw0XyVh4vDttzHB7QOFhPHa/o413PJ82gU/Tg==",
468
+ "license": "MIT",
469
+ "funding": {
470
+ "url": "https://github.com/sponsors/wevm"
471
+ },
472
+ "peerDependencies": {
473
+ "typescript": ">=5.0.4",
474
+ "zod": "^3.22.0 || ^4.0.0"
475
+ },
476
+ "peerDependenciesMeta": {
477
+ "typescript": {
478
+ "optional": true
479
+ },
480
+ "zod": {
481
+ "optional": true
482
+ }
483
+ }
484
+ },
485
+ "node_modules/cluster-key-slot": {
486
+ "version": "1.1.2",
487
+ "resolved": "https://registry.npmjs.org/cluster-key-slot/-/cluster-key-slot-1.1.2.tgz",
488
+ "integrity": "sha512-RMr0FhtfXemyinomL4hrWcYJxmX6deFdCxpJzhDttxgO1+bcCnkk+9drydLVDmAMG7NE6aN/fl4F7ucU/90gAA==",
489
+ "license": "Apache-2.0",
490
+ "peer": true,
491
+ "engines": {
492
+ "node": ">=0.10.0"
493
+ }
494
+ },
495
+ "node_modules/effect": {
496
+ "version": "4.0.0-rc.117",
497
+ "resolved": "https://registry.npmjs.org/effect/-/effect-4.0.0-rc.117.tgz",
498
+ "integrity": "sha512-UUyi9QiOW4nySFIBM3KnYbNMd9EZliOdKfBcyLD0mPMPheO2fkuXS5y0opjWc9oqzlJxPQICEGm8gGw3kh9j/w==",
499
+ "license": "MIT"
500
+ },
501
+ "node_modules/eventemitter3": {
502
+ "version": "5.0.1",
503
+ "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz",
504
+ "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==",
505
+ "license": "MIT"
506
+ },
507
+ "node_modules/isows": {
508
+ "version": "1.0.7",
509
+ "resolved": "https://registry.npmjs.org/isows/-/isows-1.0.7.tgz",
510
+ "integrity": "sha512-I1fSfDCZL5P0v33sVqeTDSpcstAg/N+wF5HS033mogOVIp4B+oHC7oOCsA3axAbBSGTJ8QubbNmnIRN/h8U7hg==",
511
+ "funding": [
512
+ {
513
+ "type": "github",
514
+ "url": "https://github.com/sponsors/wevm"
515
+ }
516
+ ],
517
+ "license": "MIT",
518
+ "peerDependencies": {
519
+ "ws": "*"
520
+ }
521
+ },
522
+ "node_modules/ox": {
523
+ "version": "0.14.33",
524
+ "resolved": "https://registry.npmjs.org/ox/-/ox-0.14.33.tgz",
525
+ "integrity": "sha512-rooA/4o7bBof4Ge2VH/eovfNPb/AEEYyrNj03wggc55g5HZD8Pjs/OeWhttgjic3dDcqn0r29bDuvQEdTiUemQ==",
526
+ "funding": [
527
+ {
528
+ "type": "github",
529
+ "url": "https://github.com/sponsors/wevm"
530
+ }
531
+ ],
532
+ "license": "MIT",
533
+ "dependencies": {
534
+ "@adraffy/ens-normalize": "^1.11.0",
535
+ "@noble/ciphers": "^1.3.0",
536
+ "@noble/curves": "1.9.1",
537
+ "@noble/hashes": "^1.8.0",
538
+ "@scure/bip32": "^1.7.0",
539
+ "@scure/bip39": "^1.6.0",
540
+ "abitype": "^1.2.3",
541
+ "eventemitter3": "5.0.1"
542
+ },
543
+ "peerDependencies": {
544
+ "typescript": ">=5.4.0"
545
+ },
546
+ "peerDependenciesMeta": {
547
+ "typescript": {
548
+ "optional": true
549
+ }
550
+ }
551
+ },
552
+ "node_modules/redis": {
553
+ "version": "6.2.1",
554
+ "resolved": "https://registry.npmjs.org/redis/-/redis-6.2.1.tgz",
555
+ "integrity": "sha512-Z9VHtgYs48PiQC77X9O2Er8Hj4T+5BtFjT91/vi5Is1D04N72cA946ZslM1ImJw8ZctFBZWAVjM7S5wJNeHMpg==",
556
+ "license": "MIT",
557
+ "peer": true,
558
+ "dependencies": {
559
+ "@redis/bloom": "6.2.1",
560
+ "@redis/client": "6.2.1",
561
+ "@redis/json": "6.2.1",
562
+ "@redis/search": "6.2.1",
563
+ "@redis/time-series": "6.2.1"
564
+ },
565
+ "engines": {
566
+ "node": ">= 20.0.0"
567
+ }
568
+ },
569
+ "node_modules/undici": {
570
+ "version": "8.10.2",
571
+ "resolved": "https://registry.npmjs.org/undici/-/undici-8.10.2.tgz",
572
+ "integrity": "sha512-/y4/bH9YNU5hi9NIrpOuvGXFcxrj3CMrV+/AYpowAYTpHn8gX/XPFjNy766FPoYY0miQhdW977JFWKGNhBdwyQ==",
573
+ "license": "MIT",
574
+ "engines": {
575
+ "node": ">=22.19.0"
576
+ }
577
+ },
578
+ "node_modules/undici-types": {
579
+ "version": "8.9.0",
580
+ "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-8.9.0.tgz",
581
+ "integrity": "sha512-KTDyRTYX8sWmKXAikPHHSyc63CRPETMctyjKFupcC6OBLXT3xsN0e9aF7m+mIXutFWpUXuedtowG7iLOzp0kQg==",
582
+ "license": "MIT"
583
+ },
584
+ "node_modules/viem": {
585
+ "version": "2.55.11",
586
+ "resolved": "https://registry.npmjs.org/viem/-/viem-2.55.11.tgz",
587
+ "integrity": "sha512-RR5MwtdUnFfqw6ZGoFptizywyLOkLuhTL7UafoP3Irf2upXpANakQkLgGqY4H7A7+8JBxjUs6lElGF5zuGjMEw==",
588
+ "funding": [
589
+ {
590
+ "type": "github",
591
+ "url": "https://github.com/sponsors/wevm"
592
+ }
593
+ ],
594
+ "license": "MIT",
595
+ "dependencies": {
596
+ "@noble/curves": "1.9.1",
597
+ "@noble/hashes": "1.8.0",
598
+ "@scure/bip32": "1.7.0",
599
+ "@scure/bip39": "1.6.0",
600
+ "abitype": "1.2.3",
601
+ "isows": "1.0.7",
602
+ "ox": "0.14.33",
603
+ "ws": "8.21.0"
604
+ },
605
+ "peerDependencies": {
606
+ "typescript": ">=5.0.4"
607
+ },
608
+ "peerDependenciesMeta": {
609
+ "typescript": {
610
+ "optional": true
611
+ }
612
+ }
613
+ },
614
+ "node_modules/viem/node_modules/ws": {
615
+ "version": "8.21.0",
616
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.0.tgz",
617
+ "integrity": "sha512-Vsp28b7DRcimFQvrqu2Wek3z1iYxDCWqHYB8Qsnk/S4RfaCQzPGPyBNuVjJV3cd6UiKtUtp6sNM77gWvzcCH+g==",
618
+ "license": "MIT",
619
+ "engines": {
620
+ "node": ">=10.0.0"
621
+ },
622
+ "peerDependencies": {
623
+ "bufferutil": "^4.0.1",
624
+ "utf-8-validate": ">=5.0.2"
625
+ },
626
+ "peerDependenciesMeta": {
627
+ "bufferutil": {
628
+ "optional": true
629
+ },
630
+ "utf-8-validate": {
631
+ "optional": true
632
+ }
633
+ }
634
+ },
635
+ "node_modules/ws": {
636
+ "version": "8.21.3",
637
+ "resolved": "https://registry.npmjs.org/ws/-/ws-8.21.3.tgz",
638
+ "integrity": "sha512-201TZ/kPWxoPr/OKWjquZR1SWKXcvxdH+e1xrx89b3YbmzLMFCLfnaG1HFIgWzJOEWZ7MvpK++odZufgYR50Rw==",
639
+ "license": "MIT",
640
+ "engines": {
641
+ "node": ">=10.0.0"
642
+ },
643
+ "peerDependencies": {
644
+ "bufferutil": "^4.0.1",
645
+ "utf-8-validate": ">=5.0.2"
646
+ },
647
+ "peerDependenciesMeta": {
648
+ "bufferutil": {
649
+ "optional": true
650
+ },
651
+ "utf-8-validate": {
652
+ "optional": true
653
+ }
654
+ }
655
+ },
656
+ "node_modules/zod": {
657
+ "version": "3.25.76",
658
+ "resolved": "https://registry.npmjs.org/zod/-/zod-3.25.76.tgz",
659
+ "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==",
660
+ "license": "MIT",
661
+ "funding": {
662
+ "url": "https://github.com/sponsors/colinhacks"
663
+ }
664
+ }
665
+ }
666
+ }