forked from davekilleen/Dex
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 1.11 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
{
"name": "dex-pkm",
"version": "1.81.19",
"description": "Dex - Personal Knowledge Management System",
"private": true,
"scripts": {
"meeting-sync": "node .scripts/meeting-intel/sync-from-granola.cjs",
"meeting-sync:dry-run": "node .scripts/meeting-intel/sync-from-granola.cjs --dry-run",
"meeting-sync:force": "node .scripts/meeting-intel/sync-from-granola.cjs --force",
"test:hooks": "node --test .claude/hooks/tests/*.test.cjs",
"test:scripts": "node --test .scripts/lib/tests/*.test.cjs .scripts/meeting-intel/__tests__/*.test.cjs",
"test:integrations": "node --test core/integrations/connection-manager/*.test.cjs",
"check:connections-contract": "node scripts/check-connections-contract.mjs && node scripts/build-connections-engine-manifest.mjs --check",
"test:connections-consumer-smoke": "node --test core/integrations/connection-manager/connections-contract.test.cjs"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.32.1",
"@google/generative-ai": "^0.21.0",
"@nangohq/providers": "0.70.5",
"dotenv": "^16.4.0",
"js-yaml": "^4.1.0",
"openai": "^4.77.3"
}
}