-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 4.31 KB
/
Copy pathpackage.json
File metadata and controls
141 lines (141 loc) · 4.31 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
{
"name": "@exxeta/exxperts-app",
"version": "0.6.7",
"license": "SEE LICENSE IN LICENSE",
"private": true,
"type": "module",
"description": "Persistent AI rooms with governed, approval-gated memory: local-first, on your machine.",
"contributors": [
{
"name": "Borja Odriozola Schick",
"email": "borja.odriozola.schick@exxeta.ch",
"url": "https://github.com/borcho23"
},
{
"name": "Fernando Pastor Alonso",
"email": "fernando.pastor@exxeta.ch",
"url": "https://github.com/ferpastoralonso"
}
],
"workspaces": [
"runtime/packages/*",
"pi-package",
"apps/*"
],
"bin": {
"exxperts": "bin/exxperts.cjs"
},
"files": [
"bin",
"scripts",
"pi-package",
"apps/web-server/src",
"apps/web-server/package.json",
"apps/web-server/tsconfig.json",
"apps/web-ui/dist",
"apps/web-ui/src/model-names.ts",
"runtime/packages/ai/dist",
"runtime/packages/ai/package.json",
"runtime/packages/agent/dist",
"runtime/packages/agent/package.json",
"runtime/packages/coding-agent/dist",
"runtime/packages/coding-agent/package.json",
"runtime/packages/tui/dist",
"runtime/packages/tui/package.json",
"runtime/packages/web-ui/dist",
"runtime/packages/web-ui/package.json",
"docs",
"README.md",
"CHANGELOG.md"
],
"scripts": {
"build": "npm run build --workspace @exxeta/exxperts-ai && npm run build --workspace @exxeta/exxperts-core && npm run build --workspace @exxeta/exxperts-tui && npm run build --workspace @exxeta/exxperts-runtime && npm run build --workspace @exxeta/pi-web-ui",
"doctor": "node scripts/doctor.mjs",
"install:global": "node scripts/install-global.mjs",
"pack:local": "npm run build && npm pack",
"smoke:package": "node bin/exxperts-web.cjs --help",
"postinstall": "node scripts/patch-mcp-adapter.mjs && node scripts/install-chromium.mjs",
"smokes": "node scripts/run-smokes.mjs",
"typecheck:scripts": "tsc --noEmit -p apps/web-server/tsconfig.scripts.json"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.91.1",
"@aws-sdk/client-bedrock-runtime": "^3.1030.0",
"@exxeta/exxperts-ai": "file:runtime/packages/ai",
"@exxeta/exxperts-core": "file:runtime/packages/agent",
"@exxeta/exxperts-runtime": "file:runtime/packages/coding-agent",
"@exxeta/exxperts-tui": "file:runtime/packages/tui",
"@exxeta/exxperts-web-ui": "file:runtime/packages/web-ui",
"@fastify/websocket": "^11.2.0",
"@google/genai": "^1.40.0",
"@lmstudio/sdk": "^1.5.0",
"@mistralai/mistralai": "^2.2.0",
"@mozilla/readability": "^0.6.0",
"@silvia-odwyer/photon-node": "^0.3.4",
"@types/mime-types": "^2.1.4",
"chalk": "^5.6.2",
"cli-highlight": "^2.1.11",
"diff": "^8.0.2",
"docx-preview": "^0.3.7",
"dotenv": "^16.4.5",
"extract-zip": "^2.0.1",
"fastify": "^5.8.5",
"file-type": "^21.1.1",
"get-east-asian-width": "^1.3.0",
"glob": "^13.0.1",
"hosted-git-info": "^9.0.2",
"ignore": "^7.0.5",
"jiti": "^2.7.0",
"jsdom": "^29.1.1",
"jszip": "^3.10.1",
"lucide": "^0.544.0",
"marked": "^15.0.12",
"mime-types": "^3.0.1",
"minimatch": "^10.2.3",
"node-html-markdown": "^2.0.0",
"ollama": "^0.6.0",
"openai": "6.26.0",
"partial-json": "^0.1.7",
"pdfjs-dist": "5.4.394",
"pi-mcp-adapter": "2.10.0",
"playwright": "^1.60.0",
"pptxgenjs": "^3.12.0",
"proper-lockfile": "^4.1.2",
"proxy-agent": "^6.5.0",
"strip-ansi": "^7.1.0",
"tsx": "^4.23.1",
"typebox": "^1.1.24",
"undici": "^7.19.1",
"uuid": "^14.0.0",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
"yaml": "^2.8.2",
"zod-to-json-schema": "^3.24.6"
},
"devDependencies": {
"@types/jsdom": "^28.0.3",
"@types/node": "^20.0.0",
"@typescript/native-preview": "7.0.0-dev.20260120.1",
"typescript": "^5.5.0",
"vite": "^6.4.3"
},
"engines": {
"node": ">=20.6.0"
},
"allowScripts": {
"@google/genai": true,
"@parcel/watcher": true,
"canvas": true,
"esbuild": true,
"fsevents": true,
"koffi": true,
"protobufjs": true
},
"optionalDependencies": {
"@mariozechner/clipboard": "^0.3.5",
"koffi": "^2.9.0"
},
"repository": {
"type": "git",
"url": "https://github.com/EXXETA/exxperts.git"
}
}