-
Notifications
You must be signed in to change notification settings - Fork 68
Expand file tree
/
Copy pathpackage.json
More file actions
269 lines (269 loc) · 10.9 KB
/
package.json
File metadata and controls
269 lines (269 loc) · 10.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
{
"name": "miladyai",
"version": "2.0.0-alpha.140",
"description": "Cute agents for the acceleration. Fresh clone: run ./install (Unix / macOS) or install.cmd (Windows). Plain bun install works for updates.",
"homepage": "https://github.com/milady-ai/milady",
"author": {
"name": "Milady AI",
"email": "hi@milady.ai"
},
"repository": {
"type": "git",
"url": "https://github.com/milady-ai/milady.git"
},
"license": "MIT",
"files": [
"apps/app/dist",
"dist",
"install",
"install.cmd",
"milady.mjs",
"scripts/disable-local-eliza-workspace.mjs",
"scripts/eliza-source-mode.mjs",
"scripts/ensure-elizaos-optional-app-stubs.mjs",
"scripts/generate-static-asset-manifest.mjs",
"scripts/init-submodules.mjs",
"scripts/lib/eliza-package-mode.mjs",
"scripts/lib/install-env.mjs",
"scripts/lib/install-profiles.mjs",
"scripts/lib/package-types.d.ts",
"scripts/lib/read-package-json.mjs",
"scripts/lib/repo-root.d.mts",
"scripts/lib/repo-root.mjs",
"scripts/lib/repo-root.mjs.d.ts",
"scripts/lib/resolve-eliza-app-core-script.mjs",
"scripts/lib/sync-eliza-env-aliases.mjs",
"scripts/lib/tsconfig-mode.mjs",
"scripts/milady-postinstall-repo-setup.mjs",
"scripts/patch-coding-agent-adapters-codex-full-auto.mjs",
"scripts/patch-coding-agent-adapters-tools-flag.mjs",
"scripts/patch-elizaos-app-core-native-browser-package.mjs",
"scripts/patch-elizaos-app-core-windows-shell.mjs",
"scripts/patch-elizaos-package-styles.mjs",
"scripts/patch-elizaos-plugin-browser-bridge-package.mjs",
"scripts/patch-noble-curves-hashes-v2.mjs",
"scripts/preinstall.mjs",
"scripts/repair-elizaos-package-links.mjs",
"scripts/restore-local-eliza-workspace.mjs",
"scripts/run-app-web-build.mjs",
"scripts/run-eliza-app-core-script.mjs",
"scripts/run-init-then-bun-install.mjs",
"scripts/setup-upstreams.mjs",
"scripts/sync-workspace-default-skills.mjs",
"scripts/templates/tsconfig.local-mode.json",
"scripts/templates/tsconfig.packages-mode.json",
"scripts/write-build-info.ts",
"eliza/packages/app-core/scripts"
],
"bundleDependencies": [
"@elizaos/core",
"@elizaos/plugin-agent-orchestrator"
],
"workspaces": [
"apps/*"
],
"type": "module",
"main": "dist/index.js",
"bin": {
"milady": "milady.mjs",
"milady.ai": "milady.mjs",
"milady-ai": "milady.mjs",
"miladyai": "milady.mjs"
},
"exports": {
".": "./dist/index.js",
"./cli-entry": "./milady.mjs",
"./eliza": "./dist/runtime/eliza.js"
},
"engines": {
"node": ">=22"
},
"scripts": {
"build": "NODE_OPTIONS='--max-old-space-size=8192' node scripts/run-eliza-app-core-script.mjs run-production-build.mjs",
"build:desktop": "ELIZA_DESKTOP_BUILD_WHISPER=0 ELIZA_APP_NAME=Milady ELIZA_APP_ID=ai.milady.milady ELIZA_URL_SCHEME=milady ELIZA_NAMESPACE=milady node scripts/run-eliza-app-core-script.mjs desktop-build.mjs build --variant=base",
"build:web": "cd apps/homepage && bunx vite build",
"check": "bun run verify",
"dev": "node scripts/run-eliza-app-core-script.mjs dev-ui.mjs --name=milady",
"dev:web:ui": "node scripts/run-eliza-app-core-script.mjs dev-ui.mjs --name=milady",
"dev:ui": "node scripts/run-eliza-app-core-script.mjs dev-ui.mjs --name=milady --ui-only",
"dev:desktop": "ELIZA_NAMESPACE=milady node scripts/run-eliza-app-core-script.mjs dev-platform.mjs",
"dev:desktop:watch": "ELIZA_NAMESPACE=milady MILADY_DESKTOP_VITE_WATCH=1 node scripts/run-eliza-app-core-script.mjs dev-platform.mjs",
"doctor": "bun run milady:doctor",
"format": "bun run verify:format",
"format:fix": "bun run verify:format:fix",
"lint": "bun run verify:lint",
"lint:fix": "bun run verify:lint:fix",
"milady": "node scripts/run-eliza-app-core-script.mjs run-node.mjs",
"milady:doctor": "node scripts/run-eliza-app-core-script.mjs run-node.mjs doctor",
"postinstall": "node scripts/milady-postinstall-repo-setup.mjs",
"preinstall": "node scripts/preinstall.mjs",
"repair": "bun run setup:sync",
"setup:sync": "node scripts/run-eliza-app-core-script.mjs run-repo-setup.mjs",
"setup:upstreams": "node scripts/eliza-source-mode.mjs local --install",
"start": "node scripts/run-eliza-app-core-script.mjs run-node.mjs start",
"start:desktop": "ELIZA_DESKTOP_BUILD_WHISPER=0 node scripts/run-eliza-app-core-script.mjs desktop-build.mjs run --variant=base",
"start:eliza": "node scripts/run-eliza-app-core-script.mjs entry.ts start",
"pre-review:local": "node scripts/validate-ci-bootstrap-contract.mjs && bun run verify:format:changed",
"test": "bunx vitest run --passWithNoTests apps/app/test apps/homepage/src",
"test:auth": "bun scripts/test-auth-gate.mjs",
"test:watch": "bunx vitest",
"typecheck": "tsc --noEmit -p tsconfig.json",
"verify": "bun run verify:typecheck && bun run verify:lint && bun run test",
"verify:typecheck": "node scripts/run-repo-checks.mjs typecheck",
"verify:typecheck:workspace": "tsc --noEmit -p tsconfig.workspace.json",
"verify:lint": "node scripts/run-repo-checks.mjs lint",
"verify:lint:workspace": "bunx @biomejs/biome check scripts apps package.json tsconfig.json tsdown.config.mjs",
"verify:lint:fix": "bunx @biomejs/biome check --write scripts apps package.json tsconfig.json tsdown.config.mjs",
"verify:format": "bunx @biomejs/biome format scripts apps package.json tsconfig.json tsdown.config.mjs",
"verify:format:changed": "node scripts/run-biome-format-changed.mjs",
"verify:format:fix": "bunx @biomejs/biome format --write scripts apps package.json tsconfig.json tsdown.config.mjs",
"check:flow": "depcruise apps/app/src apps/app/vite.config.ts",
"check:cycles": "madge --circular --extensions ts,tsx apps/app/src",
"desktop:stack-status": "node scripts/run-eliza-app-core-script.mjs desktop-stack-status.mjs"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0.58",
"@bufbuild/protobuf": "^2.11.0",
"@clack/prompts": "^1.1.0",
"@electric-sql/pglite": "^0.4.5",
"@elizaos/core": "beta",
"@elizaos/plugin-agent-orchestrator": "beta",
"@elizaos/plugin-agent-skills": "beta",
"@elizaos/plugin-commands": "beta",
"@elizaos/plugin-anthropic": "beta",
"@elizaos/plugin-app-control": "beta",
"@elizaos/plugin-edge-tts": "beta",
"@elizaos/plugin-elizacloud": "beta",
"@elizaos/plugin-google-genai": "beta",
"@elizaos/plugin-bluebubbles": "beta",
"@elizaos/plugin-ollama": "beta",
"@elizaos/plugin-discord": "beta",
"@elizaos/plugin-openai": "beta",
"@elizaos/plugin-openrouter": "beta",
"@elizaos/plugin-pdf": "beta",
"@elizaos/plugin-shell": "beta",
"@elizaos/plugin-signal": "beta",
"@elizaos/plugin-sql": "beta",
"@elizaos/plugin-telegram": "beta",
"@elizaos/plugin-whatsapp": "beta",
"@elizaos/prompts": "beta",
"@elizaos/skills": "beta",
"@hapi/boom": "^10.0.1",
"@elizaos/agent": "beta",
"@elizaos/app-core": "2.0.0-alpha.537",
"@elizaos/css-color-cjs": "npm:@asamuzakjp/css-color@4.1.2",
"@elizaos/schemas": "alpha",
"@noble/curves": "2.2.0",
"@pixiv/three-vrm": "^3.5.1",
"@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",
"node-llama-cpp": "github:milady-ai/node-llama-cpp#v3.18.1-milady.3",
"node-pty": "^1.1.0",
"pg": "^8.20.0",
"pino": "^10.3.1",
"puppeteer-core": "^24.39.1",
"qrcode": "^1.5.4",
"sharp": "^0.34.5",
"sonner": "^2.0.7",
"tailwind-merge": "^3.0.0",
"telegraf": "^4.16.3",
"telegram": "2.17.4",
"uuid": "^14.0.0",
"ws": "^8.19.0",
"zod": "^4.3.6",
"@elizaos/shared": "beta",
"@elizaos/ui": "beta"
},
"devDependencies": {
"@biomejs/biome": "^2.4.7",
"@capacitor/core": "8.3.1",
"@testing-library/react": "^16.3.2",
"@types/bun": "^1.3.10",
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^25.5.0",
"@types/pg": "^8.18.0",
"@types/react-test-renderer": "^19.1.0",
"@types/ws": "^8.18.1",
"@vitest/coverage-v8": "^4.1.0",
"dependency-cruiser": "^17.4.2",
"fs-extra": "^11.3.4",
"jsdom": "^28.1.0",
"madge": "^8.0.0",
"rcedit": "^5.0.2",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-test-renderer": "^19.2.4",
"rimraf": "^5.0.10",
"tsdown": "^0.20.3",
"tsup": "^8.3.5",
"tsx": "^4.21.0",
"typescript": "^6.0.3",
"undici": "^7.24.6",
"vite": "^7.1.12",
"vitest": "^4.1.0"
},
"overrides": {
"@capacitor/android": "8.3.1",
"@capacitor/app": "8.1.0",
"@capacitor/core": "8.3.1",
"@capacitor/haptics": "8.0.2",
"@capacitor/ios": "8.3.1",
"@capacitor/keyboard": "8.0.3",
"@capacitor/preferences": "8.0.1",
"@capacitor/push-notifications": "8.0.3",
"@capacitor/status-bar": "8.0.2",
"@elizaos/cloud-sdk": "2.0.0-beta.1",
"@elizaos/plugin-anthropic": "beta",
"@elizaos/plugin-discord": "beta",
"@elizaos/plugin-openai": "beta",
"@elizaos/plugin-sql": "beta",
"@elizaos/plugin-telegram": "beta",
"@elizaos/agent": "beta",
"@elizaos/app-core": "2.0.0-alpha.537",
"@elizaos/core": "beta",
"@elizaos/schemas": "alpha",
"@elizaos/shared": "beta",
"@elizaos/ui": "beta",
"drizzle-orm": "0.45.2",
"@electric-sql/pglite": "^0.4.5",
"ai": "6.0.30",
"@stwd/sdk": "^0.3.0",
"@ai-sdk/groq": "3.0.31",
"libsignal": "6.0.0",
"crypto-browserify": "3.12.1",
"tar": "7.5.13",
"lodash": "4.18.1",
"lodash-es": "4.18.1",
"underscore": "1.13.8",
"undici": "7.24.6",
"axios": "1.14.0",
"defu": "6.1.6",
"esbuild": "0.28.0",
"dompurify": "3.4.0",
"@solana/web3.js": "1.98.4"
},
"patchedDependencies": {
"@noble/curves@2.0.1": "patches/@noble%2Fcurves@2.0.1.patch",
"proper-lockfile@4.1.2": "patches/proper-lockfile@4.1.2.patch",
"@pixiv/three-vrm@3.5.2": "patches/@pixiv%2Fthree-vrm@3.5.2.patch",
"electrobun@1.16.0": "patches/electrobun@1.16.0.patch",
"pty-manager@1.11.0": "patches/pty-manager@1.11.0.patch",
"coding-agent-adapters@0.16.3": "patches/coding-agent-adapters@0.16.3.patch",
"llama-cpp-capacitor@0.1.5": "patches/llama-cpp-capacitor@0.1.5.patch",
"tsup@8.5.1": "patches/tsup@8.5.1.patch",
"@elizaos/app-core@2.0.0-alpha.537": "patches/@elizaos%2Fapp-core@2.0.0-alpha.537.patch",
"@elizaos/agent@2.0.0-alpha.537": "patches/@elizaos%2Fagent@2.0.0-alpha.537.patch",
"@elizaos/capacitor-llama@0.1.0": "patches/@elizaos%2Fcapacitor-llama@0.1.0.patch"
}
}