forked from elizaOS/eliza
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
508 lines (508 loc) · 31.9 KB
/
Copy pathpackage.json
File metadata and controls
508 lines (508 loc) · 31.9 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
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
{
"name": "eliza",
"version": "2.0.4",
"private": true,
"type": "module",
"elizaos": {
"app": {
"defaults": {},
"capabilities": {
"text-large": "required",
"messaging": "optional",
"wallet": "optional",
"browser-automation": "optional"
}
}
},
"engines": {
"node": "24.15.0"
},
"scripts": {
"postinstall": "bun packages/scripts/patch-nested-core-dist.mjs && bun packages/scripts/patch-punycode-deprecation.mjs && bun packages/scripts/patch-llama-cpp-capacitor.mjs && bun packages/scripts/ensure-workspace-symlinks.mjs && bun packages/scripts/build-private-workspace-packages.mjs && bun packages/scripts/sync-artifacts.mjs",
"install:light": "ELIZA_SKIP_ARTIFACT_SYNC=1 bun install",
"cloud:mock": "bun scripts/cloud/mock-stack-up.mjs",
"cloud:mock:fresh": "bun scripts/cloud/mock-stack-up.mjs --reset",
"cloud:login:test-wallet": "bun scripts/cloud/siwe-test-login.mjs",
"fix-deps": "bun packages/scripts/fix-workspace-deps.mjs",
"fix-deps:check": "bun packages/scripts/fix-workspace-deps.mjs --check",
"fix-deps:restore": "bun packages/scripts/fix-workspace-deps.mjs --restore",
"plugin-submodules:restore": "bun packages/scripts/plugin-submodules-dev.mjs --restore",
"ensure-plugin-test-conventions": "bun packages/scripts/ensure-plugin-test-conventions.mjs",
"ensure-plugin-test-conventions:check": "bun packages/scripts/ensure-plugin-test-conventions.mjs --check",
"trajectory:inspect": "bun packages/scripts/trajectory.ts",
"trajectory:inspect:test": "bun test packages/scripts/__tests__/trajectory-validate.test.ts",
"audit:e2e-coverage": "bun packages/scripts/e2e-coverage/check-e2e-coverage.ts",
"audit:e2e-coverage:test": "bun test packages/scripts/e2e-coverage/check-e2e-coverage.test.ts",
"soc2:verify": "bun run packages/security/soc2-verify/src/cli.ts",
"audit:even-research": "node scripts/check-even-research-audit.mjs",
"audit:even-research:self-test": "node scripts/check-even-research-audit.mjs --self-test",
"audit:smartglasses-completion": "node scripts/check-smartglasses-completion-gate.mjs",
"audit:smartglasses-completion:self-test": "node scripts/check-smartglasses-completion-gate.mjs --self-test",
"verify:smartglasses-software": "node scripts/verify-smartglasses-software.mjs",
"smartglasses:hardware:doctor": "bun run --cwd packages/examples/smartglasses hardware:doctor",
"smartglasses:hardware:status": "bun run --cwd packages/examples/smartglasses hardware:status-latest",
"smartglasses:hardware:validate": "bun run --cwd packages/examples/smartglasses hardware:validate-latest",
"smartglasses:hardware:prove": "bun run --cwd packages/examples/smartglasses hardware:prove:bleak",
"smartglasses:hardware:prove:watch": "bun run --cwd packages/examples/smartglasses hardware:prove:bleak:watch",
"smartglasses:hardware:prove:noble": "bun run --cwd packages/examples/smartglasses hardware:prove:noble",
"smartglasses:hardware:prove:noble:watch": "bun run --cwd packages/examples/smartglasses hardware:prove:noble:watch",
"smartglasses:dev:hardware": "bun run --cwd packages/examples/smartglasses dev:hardware",
"smartglasses:dev:simulator": "bun run --cwd packages/examples/smartglasses dev:simulator",
"smartglasses:simulator": "bun run --cwd packages/examples/smartglasses simulator",
"smartglasses:smoke:simulator": "bun run --cwd packages/examples/smartglasses smoke:simulator",
"audit:ui-determinism": "node packages/scripts/audit-ui-determinism.mjs",
"audit:ui-determinism:self-test": "node packages/scripts/audit-ui-determinism.mjs --self-test",
"audit:ui-determinism:update": "node packages/scripts/audit-ui-determinism.mjs --update-baseline",
"audit:type-duplication": "node packages/scripts/type-duplication-audit.mjs",
"audit:type-duplication:self-test": "node packages/scripts/type-duplication-audit.mjs --self-test",
"audit:type-duplication:check": "node packages/scripts/type-duplication-audit.mjs --check",
"audit:type-duplication:update-baseline": "node packages/scripts/type-duplication-audit.mjs --update-baseline",
"audit:type-safety-ratchet": "node packages/scripts/type-safety-ratchet.mjs",
"audit:type-safety-ratchet:self-test": "node packages/scripts/type-safety-ratchet.mjs --self-test",
"audit:tee-secret-leak": "node packages/scripts/audit-tee-secret-leak.mjs",
"audit:tee-secret-leak:self-test": "node packages/scripts/audit-tee-secret-leak.mjs --self-test",
"audit:apple-store-sandbox": "bun run --cwd packages/app-core audit:apple-store-sandbox",
"test:launch-qa:docs": "node packages/scripts/launch-qa/check-docs.mjs --scope=launchdocs --json",
"test:launch-qa": "bun test packages/scripts/launch-qa/*.test.ts && bun run test:launch-qa:docs && node packages/scripts/launch-qa/check-mobile-artifacts.mjs --json --allow-missing-generated && node packages/scripts/launch-qa/check-model-data.mjs --json && node packages/scripts/launch-qa/run.mjs --suite quick --dry-run",
"test:launch-qa:release:dry": "node packages/scripts/launch-qa/run.mjs --suite release --dry-run",
"test:ui:playwright": "bun run --cwd packages/app test:e2e",
"generate:action-search-keywords": "node packages/scripts/generate-action-search-keywords.mjs && node packages/shared/scripts/generate-keywords.mjs --target ts",
"start": "bun run --cwd packages/agent start",
"start:eliza": "node packages/app-core/scripts/run-node-tsx.mjs packages/app-core/src/entry.ts start",
"dev:prepare": "node packages/scripts/run-turbo.mjs run build --filter=@elizaos/app... --filter=!@elizaos/app",
"dev": "ELIZA_DEV_SOURCE=1 bun --conditions=eliza-source packages/app-core/scripts/dev-ui.mjs --name=eliza --app=app",
"dev:ui": "ELIZA_DEV_SOURCE=1 bun --conditions=eliza-source packages/app-core/scripts/dev-ui.mjs --name=eliza --app=app --ui-only",
"dev:desktop": "ELIZA_DEV_SOURCE=1 ELIZA_NAMESPACE=eliza bun --conditions=eliza-source packages/app-core/scripts/dev-platform.mjs",
"dev:desktop:watch": "ELIZA_DEV_SOURCE=1 ELIZA_NAMESPACE=eliza ELIZA_DESKTOP_VITE_WATCH=1 bun --conditions=eliza-source packages/app-core/scripts/dev-platform.mjs",
"dev:harness": "bun packages/scripts/dev-harness.mjs",
"dev:all": "node packages/scripts/dev-all.mjs",
"local-inference:ablation": "node plugins/plugin-local-inference/scripts/local-inference-ablation.mjs",
"local-inference:ablation:quick": "node plugins/plugin-local-inference/scripts/local-inference-ablation.mjs --quick",
"voice:latency-report": "node packages/app-core/scripts/voice-latency-report.mjs",
"voice:interactive": "bun packages/app-core/scripts/voice-interactive.mjs",
"voice:duet": "bun packages/app-core/scripts/voice-duet.mjs",
"voice:create-profile": "bun packages/app-core/scripts/voice-create-profile.mjs",
"voice:matrix": "node packages/scripts/voice-matrix.mjs",
"voice-models:publish-all": "node packages/scripts/voice-models-publish-all.mjs",
"bench:voice-emotion-roundtrip": "node packages/scripts/run-python.mjs -m pytest packages/benchmarks/voice-emotion/tests/test_emotion_roundtrip.py -v --tb=short",
"eliza1:cost-reconciliation": "bun run packages/scripts/cloud/eliza1/cost-reconciliation.ts",
"eliza1:dashboard-alerts": "bun run packages/scripts/cloud/eliza1/dashboard-alerts.ts",
"publish:eliza1": "cd packages/training && node ../scripts/run-python.mjs -m scripts.publish.publish_eliza1_all",
"publish:eliza1:dry-run": "cd packages/training && node ../scripts/run-python.mjs -m scripts.publish.publish_eliza1_all --dry-run",
"dev:agent": "bun run --cwd packages/agent dev",
"dev:core": "bun run --cwd packages/core dev",
"start:debug": "NODE_NO_WARNINGS=1 LOG_LEVEL=debug bun run --cwd packages/agent start",
"build": "node packages/scripts/run-turbo.mjs run build --concurrency=8 --filter='!@elizaos/electrobun' --cache=local:r,remote:r --output-logs=errors-only && bun run --cwd packages/app-core/platforms/electrobun build && bun run check:view-bundles",
"build:typescript": "node packages/scripts/run-turbo.mjs run build",
"build:client": "node packages/scripts/run-turbo.mjs run build --filter=@elizaos/app",
"build:views": "node packages/scripts/build-views.mjs",
"dev:views": "node packages/scripts/dev-views.mjs",
"format": "node packages/scripts/run-turbo.mjs run format",
"format:check": "node packages/scripts/run-turbo.mjs run format:check",
"clean": "node packages/scripts/run-turbo.mjs run clean --concurrency=100% && node packages/scripts/rm-path-recursive.mjs dist .turbo node_modules .turbo-tsconfig.json tsconfig.tsbuildinfo bun.lock bun.lockb .eliza .elizadb && bun install && bun run build --concurrency=100%",
"cache:prune": "node packages/scripts/prune-turbo-cache.mjs",
"test:dev-startup": "node packages/app-core/scripts/dev-startup-smoke.mjs",
"test:hmr": "bun run --cwd packages/app test:hmr",
"build:core": "node packages/scripts/build-core.mjs",
"build:server": "node packages/scripts/run-turbo.mjs run build --filter=@elizaos/agent",
"lint": "node packages/scripts/run-turbo.mjs run lint && node packages/scripts/run-examples-benchmarks.mjs lint",
"lint:check": "node packages/scripts/run-turbo.mjs run lint:check",
"knip": "NODE_OPTIONS='--max-old-space-size=16384' knip --no-progress --no-exit-code",
"knip:strict": "NODE_OPTIONS='--max-old-space-size=16384' knip --no-progress",
"typecheck": "NODE_OPTIONS='--max-old-space-size=8192' node packages/scripts/run-turbo.mjs run typecheck --concurrency=8 --filter='!@elizaos/example-code' && node packages/scripts/run-examples-benchmarks.mjs typecheck",
"audit:build-model": "node packages/scripts/audit-build-typecheck.mjs",
"audit:turbo-build-deps": "node packages/scripts/audit-turbo-build-deps.mjs",
"audit:scripts": "node packages/scripts/audit-scripts.mjs",
"audit:scripts:self-test": "node packages/scripts/audit-scripts.self-test.mjs",
"audit:scripts:inventory": "node packages/scripts/audit-scripts-inventory.mjs",
"lint:all": "bun run lint:check && bun run typecheck",
"verify": "bun run audit:type-safety-ratchet && NODE_OPTIONS='--max-old-space-size=8192' node packages/scripts/run-turbo.mjs run typecheck lint --concurrency=8 --filter='!@elizaos/example-code' && bun run audit:build-model && bun run audit:turbo-build-deps && bun run audit:tee-secret-leak && bun run audit:scripts && bun run typecheck:dist",
"check": "bun run verify",
"pre-commit": "bun run packages/scripts/pre-commit-lint.js",
"release": "bunx lerna publish from-package --dist-tag latest --force-publish --yes --no-verify-access --no-sort",
"release:check": "node packages/app-core/scripts/run-release-check.mjs",
"release:next": "bunx lerna publish from-package --dist-tag next --force-publish --yes --no-verify-access --no-sort",
"release:beta": "bunx lerna publish from-package --dist-tag beta --force-publish --yes --no-verify-access --no-sort",
"version:beta": "bunx lerna version prerelease --preid beta --force-publish --yes --no-push --no-git-tag-version",
"version:patch": "bunx lerna version patch --force-publish --yes --no-push --no-git-tag-version",
"version:minor": "bunx lerna version minor --force-publish --yes --no-push --no-git-tag-version",
"version:major": "bunx lerna version major --force-publish --yes --no-push --no-git-tag-version",
"prepublish:versions": "node packages/scripts/replace-workspace-versions.js",
"postpublish:restore": "node packages/scripts/restore-workspace-refs.js",
"migrate": "node packages/scripts/run-turbo.mjs run migrate --filter=./plugins/plugin-sql --force",
"migrate:generate": "node packages/scripts/run-turbo.mjs run migrate:generate --filter=./plugins/plugin-sql",
"test": "node packages/scripts/run-all-tests.mjs --only=test --no-cloud",
"test:e2e:audit-ui": "node scripts/e2e-recordings/audit-ui-coverage.mjs",
"ai-qa:review": "node scripts/ai-qa/review-screenshots.mjs",
"test:e2e:record": "node scripts/e2e-recordings/run-all.mjs",
"test:e2e:record:sheets": "node scripts/e2e-recordings/generate-contact-sheets.mjs && node scripts/e2e-recordings/generate-viewer.mjs",
"test:all": "node packages/scripts/run-all-tests.mjs --all",
"test:release:contract": "bun run audit:apple-store-sandbox && bun run test:apple-entitlements && node packages/app-core/scripts/run-release-contract-suite.mjs",
"test:regression-matrix:release": "node packages/app-core/scripts/run-eliza-app-core-script.mjs validate-regression-matrix.mjs --workflow release",
"test:regression-matrix:release-contract": "node packages/app-core/scripts/run-eliza-app-core-script.mjs validate-regression-matrix.mjs --workflow release-contract",
"test:apple-entitlements": "bun run --cwd packages/app-core test:apple-entitlements",
"test:cache-stability": "node packages/scripts/run-vitest.mjs run packages/core/src/runtime/__tests__/cache-key-stability.test.ts",
"test:plugins": "bun run build:core && TEST_PACKAGE_FILTER='\\(plugins/' TEST_SCRIPT_FILTER='^test$' node packages/scripts/run-all-tests.mjs --only=test --no-cloud --concurrency=3",
"test:client": "bun run build:core && TEST_PACKAGE_FILTER='\\((packages/app|packages/ui|plugins/plugin-personal-assistant|plugins/plugin-training)\\)' TEST_SCRIPT_FILTER='^test$' node packages/scripts/run-all-tests.mjs --no-cloud",
"test:core": "node packages/scripts/with-test-runtime.mjs node packages/scripts/run-turbo.mjs run test --filter=./packages/core",
"test:server": "bun run build:core && TEST_PACKAGE_FILTER='\\((packages/agent|packages/app-core|packages/shared|packages/core|packages/tui|packages/vault|packages/elizaos|packages/skills|packages/scenario-runner|packages/test)\\)' TEST_SCRIPT_FILTER='^test$' node packages/scripts/run-all-tests.mjs --no-cloud",
"test:remote-capabilities": "bun run --cwd packages/agent test:remote-capabilities",
"capability-router:fixture-server": "bun packages/scripts/capability-router-fixture-server.ts",
"test:remote-capabilities:surface-audit": "bun packages/scripts/audit-capability-router-plugin-surface.ts",
"test:remote-capabilities:live-ci-audit": "bun packages/scripts/audit-capability-router-live-ci.ts",
"test:remote-capabilities:live-ci-audit:self-test": "bun packages/scripts/audit-capability-router-live-ci.self-test.ts",
"test:remote-capabilities:naming-audit": "bun packages/scripts/audit-capability-router-naming.ts",
"test:remote-capabilities:naming-audit:self-test": "bun packages/scripts/audit-capability-router-naming.self-test.ts",
"test:remote-capabilities:fixture-server": "bun packages/scripts/capability-router-fixture-conformance-smoke.ts",
"test:remote-capabilities:github-live-artifacts": "bun packages/scripts/validate-capability-router-github-live-artifacts.ts",
"test:remote-capabilities:github-live-artifacts:self-test": "bun packages/scripts/validate-capability-router-github-live-artifacts.self-test.ts",
"test:remote-capabilities:github-live-evidence": "bun packages/scripts/validate-capability-router-github-live-evidence.ts",
"test:remote-capabilities:github-live-evidence:self-test": "bun packages/scripts/validate-capability-router-github-live-evidence.self-test.ts",
"test:remote-capabilities:validate-live-reports": "bun packages/scripts/validate-capability-router-live-reports.ts",
"test:remote-capabilities:validate-live-reports:self-test": "bun packages/scripts/validate-capability-router-live-reports.self-test.ts",
"test:remote-capabilities:ui": "bun run --cwd packages/app test:remote-capabilities:ui",
"test:remote-capabilities:source-build": "bun run --cwd packages/agent test:remote-capabilities:source-build",
"test:remote-capabilities:docker": "bun run --cwd packages/agent test:remote-capabilities:docker",
"browser-bridge:package:release": "cd packages/browser-extension && bun run package:release",
"test:browser-bridge": "cd packages/browser-extension && bun run test:ci",
"test:browser-bridge:safari": "cd packages/browser-extension && bun run test:smoke:safari",
"dev:cloud": "concurrently -n api,web -c blue,magenta \"bun run dev:cloud:api\" \"bun run dev:cloud:web\"",
"dev:cloud:api": "bun run --cwd packages/cloud/api dev",
"dev:cloud:web": "bun run --cwd packages/app dev",
"build:cloud": "bun run --cwd packages/cloud/api build",
"build:android:cloud": "node packages/app-core/scripts/run-mobile-build.mjs android-cloud",
"build:android:system": "node packages/app-core/scripts/run-mobile-build.mjs android-system",
"test:cloud": "node packages/scripts/test-cloud-run.mjs",
"test:cloud:full": "bun run test:cloud && bun run test:cloud:e2e",
"test:cloud:e2e": "bun run --cwd packages/cloud/api test:e2e",
"test:cloud:integration": "node packages/scripts/cloud/admin/run-integration-tests.mjs",
"test:cloud:playwright": "bun run --cwd packages/app test:e2e",
"cloud:e2e": "bun run --cwd packages/test/cloud-e2e test",
"cloud:e2e:headed": "bun run --cwd packages/test/cloud-e2e test:headed",
"cloud:e2e:ui": "bun run --cwd packages/test/cloud-e2e test:ui",
"test:ci": "TEST_LANE=pr node packages/scripts/run-all-tests.mjs --only=test --no-cloud",
"test:ci:live": "TEST_LANE=post-merge node packages/scripts/run-all-tests.mjs --all --no-cloud",
"test:e2e": "TEST_LANE=pr node packages/scripts/run-all-tests.mjs --only=e2e --no-cloud --exclude eliza/packages/app-core/test/app/memory-relationships.real.e2e.test.ts --exclude eliza/packages/app-core/test/app/qa-checklist.real.e2e.test.ts",
"test:e2e:heavy": "TEST_LANE=post-merge bunx vitest run --config packages/test/vitest/real.config.ts --passWithNoTests eliza/packages/app-core/test/app/memory-relationships.real.e2e.test.ts packages/app-core/test/app/memory-relationships.real.e2e.test.ts eliza/packages/app-core/test/app/qa-checklist.real.e2e.test.ts packages/app-core/test/app/qa-checklist.real.e2e.test.ts",
"test:e2e:live": "TEST_LANE=post-merge node packages/scripts/run-all-tests.mjs --only=e2e --no-cloud",
"test:lifeops": "node packages/scripts/run-all-tests.mjs --filter=plugins/plugin-personal-assistant --only=e2e",
"lifeops:verify-cerebras": "bun --bun plugins/plugin-personal-assistant/scripts/verify-cerebras-wiring.ts",
"lifeops:bench": "bun --bun packages/app-core/scripts/lifeops-prompt-benchmark.ts",
"personality:judge": "bun --bun packages/benchmarks/personality-bench/src/runner.ts",
"personality:bench:calibrate": "bun --filter @elizaos/personality-bench calibrate",
"bench:eliza-1": "bun run --cwd packages/benchmarks/eliza-1 start",
"bench:memperf": "node packages/benchmarks/memperf/run-all.mjs",
"bench:memperf:json": "node packages/benchmarks/memperf/run-all.mjs --json",
"bench:recall": "bun run --cwd packages/benchmarks/recall-bench bench",
"bench:recall:1k": "bun run --cwd packages/benchmarks/recall-bench bench:1k",
"bench:three-agent": "bun run --cwd packages/benchmarks/three-agent-dialogue bench",
"bench:voice-speaker": "node packages/scripts/run-python.mjs -m pytest packages/benchmarks/voice-speaker-validation/tests/ -v --tb=short",
"bench:voice-speaker:smoke": "node packages/scripts/run-python.mjs -m pytest packages/benchmarks/voice-speaker-validation/tests/test_diarization.py::TestDiarization::test_single_speaker_control -v",
"bench:three-agent:smoke": "bun run --cwd packages/benchmarks/three-agent-dialogue bench:smoke",
"test:plugin": "node packages/scripts/run-all-tests.mjs --only=e2e --pattern",
"test:lint:no-vi-mocks": "node packages/scripts/lint-no-vi-mocks.mjs",
"test:lint:lane-coverage": "node packages/scripts/lint-lane-coverage.mjs",
"test:lint": "bun run test:lint:no-vi-mocks && bun run test:lint:lane-coverage",
"dev:mocks": "node packages/scripts/start-mocks-bg.mjs",
"typecheck:cloud": "bun run --cwd packages/cloud/shared typecheck && bun run --cwd packages/cloud/api typecheck && bun run --cwd packages/cloud/sdk typecheck",
"verify:cloud": "bun run --cwd packages/cloud/shared lint && bun run typecheck:cloud",
"verify:riscv64": "node packages/scripts/run-bash-linux-only.mjs scripts/verify-riscv64-buildpaths.sh",
"verify:riscv64:e2e": "node packages/scripts/run-bash-linux-only.mjs scripts/verify-riscv64-end-to-end.sh",
"build:riscv64-artifacts": "node packages/scripts/run-bash-linux-only.mjs scripts/build-riscv64-artifacts.sh",
"check:riscv64-artifacts": "node packages/scripts/run-bash-linux-only.mjs scripts/check-riscv64-artifacts.sh",
"db:cloud:generate": "bun run --cwd packages/cloud/shared db:generate",
"db:cloud:migrate": "bun --conditions=eliza-source packages/scripts/cloud/admin/migrate-with-diagnostics.ts",
"db:cloud:studio": "bun run --cwd packages/cloud/shared db:studio",
"db:cloud:pglite": "bun run packages/scripts/cloud/admin/dev/pglite-server.ts",
"publish:dry-run": "bun packages/scripts/publish-from-dist.mjs",
"publish:packages": "bun packages/scripts/publish-from-dist.mjs --apply",
"typecheck:dist": "node packages/scripts/generate-dist-paths-config.mjs --check && node packages/scripts/prepare-dist-path-declarations.mjs && node packages/scripts/typecheck-dist-path-consumers.mjs",
"sync:artifacts": "bun packages/scripts/sync-artifacts.mjs",
"check:view-bundles": "bun packages/scripts/view-bundle-import-guard.mjs"
},
"packageManager": "bun@1.4.0-canary.1",
"workspaces": [
"packages/*",
"!packages/feed",
"packages/security/soc2-verify",
"packages/research/*",
"packages/benchmarks/lib",
"packages/benchmarks/interrupt-bench",
"packages/benchmarks/eliza-1",
"packages/benchmarks/eliza-1/vision-cua-e2e",
"packages/benchmarks/three-agent-dialogue",
"packages/benchmarks/solana/solana-gym-env/docs/trajectory-viewer",
"packages/examples/*",
"packages/examples/*/*",
"packages/examples/*/*/*",
"packages/app-core/platforms/*",
"packages/app-core/deploy/cloud-agent-template",
"packages/cloud/api",
"packages/cloud/infra",
"packages/cloud/routing",
"packages/cloud/sdk",
"packages/cloud/shared",
"packages/cloud/services/*",
"packages/cloud/docs-redirect",
"plugins/*",
"packages/native/*",
"packages/os/*",
"packages/os/android/*",
"packages/test/cloud-mocks",
"packages/test/cloud-e2e",
"packages/feed/packages/*",
"packages/feed/packages/examples/*",
"packages/feed/apps/*",
"packages/feed/tools/*"
],
"devDependencies": {
"@biomejs/biome": "2.5.1",
"@capacitor/core": "8.4.0",
"@elizaos-benchmarks/lib": "workspace:*",
"@elizaos/agent": "workspace:*",
"@elizaos/core": "workspace:*",
"@elizaos/plugin-agent-skills": "workspace:*",
"@elizaos/plugin-personal-assistant": "workspace:*",
"@elizaos/shared": "workspace:*",
"@elizaos/vitest-vite": "npm:vite@7.3.3",
"@playwright/test": "^1.61.0",
"@testing-library/react": "^16.3.2",
"@types/bun": "1.3.14",
"@types/node": "25.6.2",
"@types/react": "^19.2.3",
"@types/react-dom": "^19.2.3",
"@types/react-test-renderer": "^19.0.0",
"@typescript/native-preview": "^7.0.0-dev.20260421.2",
"@vitejs/plugin-react": "^6.0.0",
"@vitest/coverage-v8": "^4.0.17",
"browserify-sign": "^4.2.5",
"bun-types": "1.3.14",
"chalk": "^5.3.0",
"create-hash": "^1.2.0",
"create-hmac": "^1.1.7",
"ethers": "^6.16.0",
"express": "^5.2.1",
"fast-check": "^4.8.0",
"handlebars": "^4.7.9",
"hash-base": "^3.1.2",
"jsdom": "^29.1.1",
"json5": "^2.2.3",
"knip": "^6.13.1",
"lerna": "9.0.7",
"playwright": "^1.61.0",
"pure-rand": "^8.4.0",
"react-test-renderer": "^19.0.0",
"secp256k1": "^5.0.1",
"tsx": "^4.21.0",
"turbo": "^2.9.16",
"typescript": "^6.0.3",
"vite": "8.0.16",
"vitest": "^4.0.17"
},
"resolutions": {
"@elizaos/core": "workspace:*",
"react": "19.2.5",
"react-dom": "19.2.5",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"form-data": "4.0.2",
"@solana/kit": "5.5.1",
"@stwd/sdk": "^0.11.0",
"@farcaster/quick-auth": "0.0.8",
"@types/node": "25.6.2",
"typedoc-plugin-markdown": "4.11.0",
"typedoc": "0.28.19",
"zod": "^4.4.3",
"drizzle-orm": "0.45.2",
"@electric-sql/pglite": "^0.4.5",
"@solana/web3.js": "1.98.4",
"@clack/prompts": "1.3.0",
"@types/three": "0.184.0",
"axios": "1.16.0",
"three": "0.184.0"
},
"overrides": {
"@elizaos/core": "workspace:*",
"@elizaos/ui": "workspace:*",
"@elizaos/shared": "workspace:*",
"@elizaos/app-core": "workspace:*",
"@elizaos/agent": "workspace:*",
"@elizaos/plugin-solana": "2.0.0-alpha.3",
"@biomejs/biome": "2.5.1",
"@types/node": "25.6.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"react": "19.2.5",
"react-dom": "19.2.5",
"form-data": "4.0.2",
"@solana/kit": "5.5.1",
"@stwd/sdk": "^0.11.0",
"@farcaster/quick-auth": "0.0.8",
"@nrwl/devkit": "19.8.4",
"@nrwl/tao": "19.8.4",
"color-convert": "3.1.3",
"color-name": "2.1.0",
"is-core-module": "2.16.1",
"error-ex": "1.3.4",
"has-ansi": "6.0.2",
"ai": "6.0.174",
"@ai-sdk/gateway": "3.0.109",
"@ai-sdk/provider": "3.0.10",
"@ai-sdk/provider-utils": "4.0.26",
"@ai-sdk/openai": "3.0.58",
"pg-native": "npm:empty-npm-package@1.0.0",
"libpq": "npm:empty-npm-package@1.0.0",
"@uniswap/sdk-core": "^7.0.0",
"@uniswap/v3-sdk": "3.30.0",
"@uniswap/v2-sdk": "4.20.0",
"@uniswap/v4-sdk": "2.0.0",
"pg": "^8.20.0",
"@types/pg": "^8.20.0",
"drizzle-orm": "0.45.2",
"@electric-sql/pglite": "^0.4.5",
"rimraf": "^6.0.1",
"@rollup/wasm-node": "4.60.3",
"rollup": "npm:@rollup/wasm-node@4.60.3",
"tsup": "8.5.1",
"vitest": "4.1.5",
"@vitest/mocker": "4.1.5",
"@vitest/coverage-v8": "4.1.5",
"next": "16.2.6",
"@next/swc-darwin-arm64": "16.2.6",
"wrangler": "4.100.0",
"miniflare": "4.20260611.0",
"workerd": "1.20260611.1",
"@cloudflare/workerd-darwin-arm64": "1.20260611.1",
"lucide-react": "1.18.0",
"viem": "2.49.3",
"ox": "0.14.20",
"posthog-js": "1.386.8",
"@solana/web3.js": "1.98.4",
"@slack/web-api": "7.15.2",
"@clack/prompts": "1.3.0",
"@types/three": "0.184.0",
"axios": "1.16.0",
"three": "0.184.0"
},
"patchedDependencies": {
"@orca-so/common-sdk@0.7.0": "patches/@orca-so%2Fcommon-sdk@0.7.0.patch",
"@pixiv/three-vrm@3.5.2": "packages/app-core/patches/@pixiv%2Fthree-vrm@3.5.2.patch",
"@vitest/mocker@4.1.5": "patches/@vitest%2Fmocker@4.1.5.patch",
"telegraf@4.16.3": "patches/telegraf@4.16.3.patch",
"tsup@8.5.1": "patches/tsup@8.5.1.patch",
"vitest@4.1.5": "patches/vitest@4.1.5.patch",
"@capacitor/barcode-scanner@3.0.2": "patches/@capacitor%2Fbarcode-scanner@3.0.2.patch",
"@farcaster/quick-auth@0.0.8": "patches/@farcaster%2Fquick-auth@0.0.8.patch",
"@farcaster/quick-auth@0.0.6": "patches/@farcaster%2Fquick-auth@0.0.6.patch",
"@solana/accounts@5.5.1": "patches/@solana%2Faccounts@5.5.1.patch",
"@solana/addresses@5.5.1": "patches/@solana%2Faddresses@5.5.1.patch",
"@solana/assertions@5.5.1": "patches/@solana%2Fassertions@5.5.1.patch",
"@solana/codecs-core@5.5.1": "patches/@solana%2Fcodecs-core@5.5.1.patch",
"@solana/codecs-numbers@5.5.1": "patches/@solana%2Fcodecs-numbers@5.5.1.patch",
"@solana/codecs-strings@5.5.1": "patches/@solana%2Fcodecs-strings@5.5.1.patch",
"@solana/codecs@5.5.1": "patches/@solana%2Fcodecs@5.5.1.patch",
"@solana/errors@5.5.1": "patches/@solana%2Ferrors@5.5.1.patch",
"@solana/instructions@5.5.1": "patches/@solana%2Finstructions@5.5.1.patch",
"@solana/kit@5.5.1": "patches/@solana%2Fkit@5.5.1.patch",
"@solana/options@5.5.1": "patches/@solana%2Foptions@5.5.1.patch",
"@solana/plugin-core@5.5.1": "patches/@solana%2Fplugin-core@5.5.1.patch",
"@solana/programs@5.5.1": "patches/@solana%2Fprograms@5.5.1.patch",
"@solana/promises@5.5.1": "patches/@solana%2Fpromises@5.5.1.patch",
"@solana/rpc-parsed-types@5.5.1": "patches/@solana%2Frpc-parsed-types@5.5.1.patch",
"@solana/rpc-spec@5.5.1": "patches/@solana%2Frpc-spec@5.5.1.patch",
"@solana/rpc-subscriptions-api@5.5.1": "patches/@solana%2Frpc-subscriptions-api@5.5.1.patch",
"@solana/rpc-subscriptions-channel-websocket@5.5.1": "patches/@solana%2Frpc-subscriptions-channel-websocket@5.5.1.patch",
"@solana/rpc-subscriptions@5.5.1": "patches/@solana%2Frpc-subscriptions@5.5.1.patch",
"@solana/rpc-transport-http@5.5.1": "patches/@solana%2Frpc-transport-http@5.5.1.patch",
"@solana/rpc@5.5.1": "patches/@solana%2Frpc@5.5.1.patch",
"@solana/signers@5.5.1": "patches/@solana%2Fsigners@5.5.1.patch",
"@solana/transaction-confirmation@5.5.1": "patches/@solana%2Ftransaction-confirmation@5.5.1.patch",
"@solana/transaction-messages@5.5.1": "patches/@solana%2Ftransaction-messages@5.5.1.patch",
"@solana/transactions@5.5.1": "patches/@solana%2Ftransactions@5.5.1.patch",
"@solana/codecs-data-structures@5.5.1": "patches/@solana%2Fcodecs-data-structures@5.5.1.patch",
"@solana/fast-stable-stringify@5.5.1": "patches/@solana%2Ffast-stable-stringify@5.5.1.patch",
"@solana/functional@5.5.1": "patches/@solana%2Ffunctional@5.5.1.patch",
"@solana/instruction-plans@5.5.1": "patches/@solana%2Finstruction-plans@5.5.1.patch",
"@solana/keys@5.5.1": "patches/@solana%2Fkeys@5.5.1.patch",
"@solana/nominal-types@5.5.1": "patches/@solana%2Fnominal-types@5.5.1.patch",
"@solana/offchain-messages@5.5.1": "patches/@solana%2Foffchain-messages@5.5.1.patch",
"@solana/rpc-api@5.5.1": "patches/@solana%2Frpc-api@5.5.1.patch",
"@solana/rpc-spec-types@5.5.1": "patches/@solana%2Frpc-spec-types@5.5.1.patch",
"@solana/rpc-subscriptions-spec@5.5.1": "patches/@solana%2Frpc-subscriptions-spec@5.5.1.patch",
"@solana/rpc-transformers@5.5.1": "patches/@solana%2Frpc-transformers@5.5.1.patch",
"@solana/rpc-types@5.5.1": "patches/@solana%2Frpc-types@5.5.1.patch",
"@solana/subscribable@5.5.1": "patches/@solana%2Fsubscribable@5.5.1.patch",
"@solana/sysvars@5.5.1": "patches/@solana%2Fsysvars@5.5.1.patch",
"electrobun@1.18.1": "patches/electrobun@1.18.1.patch",
"bigint-buffer@1.1.5": "patches/bigint-buffer@1.1.5.patch"
},
"trustedDependencies": [
"@biomejs/biome",
"@elizaos/plugin-starter",
"@nestjs/core",
"@openapitools/openapi-generator-cli",
"@swc/core",
"bigint-buffer",
"bufferutil",
"canvas",
"dtrace-provider",
"electron",
"esbuild",
"keccak",
"node-llama-cpp",
"nx",
"protobufjs",
"secp256k1",
"sharp",
"tesseract.js",
"unrs-resolver",
"utf-8-validate",
"workerd"
],
"bundledDependencies": [
"@elizaos/plugin-agent-orchestrator"
],
"files": [
"dist",
"packages/app-core/scripts"
],
"dependencies": {
"@electric-sql/pglite": "^0.4.5",
"@electric-sql/pglite-socket": "0.1.6",
"@elizaos/plugin-agent-orchestrator": "workspace:*",
"@elizaos/plugin-anthropic": "workspace:*",
"@elizaos/plugin-elizacloud": "workspace:*",
"@elizaos/plugin-groq": "workspace:*",
"@elizaos/plugin-local-inference": "workspace:*",
"@elizaos/plugin-nearai": "workspace:*",
"@elizaos/plugin-ollama": "workspace:*",
"@elizaos/plugin-openai": "workspace:*",
"@elizaos/plugin-sql": "workspace:*",
"@elizaos/plugin-zai": "workspace:*",
"@elysiajs/cors": "^1.4.1",
"@openai/codex": "^0.133.0",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"abitype": "1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"elysia": "^1.4.21",
"eventsource-parser": "^1.1.2",
"hono": "^4.12.18",
"node-edge-tts": "^1.2.9",
"pg": "^8.20.0",
"robot3": "^0.4.1",
"tailwind-merge": "3.4.0",
"zod": "^4.4.3"
}
}