-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
141 lines (141 loc) · 4.6 KB
/
Copy pathpackage.json
File metadata and controls
141 lines (141 loc) · 4.6 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": "evensong",
"version": "1.0.0",
"private": true,
"type": "module",
"workspaces": [
"packages/@ant/*",
"packages/*-napi",
"packages/research-vault-mcp",
"packages/creator-motion-storyboard"
],
"scripts": {
"build": "bun build src/entrypoints/cli.tsx --outdir dist --target bun",
"dev": "bun run --watch src/entrypoints/cli.tsx",
"test": "bun test",
"test:research-vault": "bun --filter @syndash/research-vault-mcp test",
"build:research-vault": "bun --filter @syndash/research-vault-mcp build"
},
"dependencies": {
"@alcalzone/ansi-tokenize": "^0.3.0",
"@ant/claude-for-chrome-mcp": "workspace:*",
"@ant/computer-use-input": "workspace:*",
"@ant/computer-use-mcp": "workspace:*",
"@ant/computer-use-swift": "workspace:*",
"@anthropic-ai/bedrock-sdk": "^0.29.1",
"@anthropic-ai/claude-agent-sdk": "latest",
"@anthropic-ai/foundry-sdk": "^0.2.3",
"@anthropic-ai/mcpb": "latest",
"@anthropic-ai/sandbox-runtime": "^0.0.49",
"@anthropic-ai/sdk": "latest",
"@anthropic-ai/vertex-sdk": "^0.16.0",
"@aws-sdk/client-bedrock": "latest",
"@aws-sdk/client-bedrock-runtime": "latest",
"@aws-sdk/client-sts": "^3.1040.0",
"@aws-sdk/credential-provider-node": "^3.972.38",
"@aws-sdk/credential-providers": "^3.1040.0",
"@azure/identity": "^4.13.1",
"@commander-js/extra-typings": "latest",
"@growthbook/growthbook": "latest",
"@modelcontextprotocol/sdk": "^1.29.0",
"@opentelemetry/api": "latest",
"@opentelemetry/api-logs": "latest",
"@opentelemetry/core": "latest",
"@opentelemetry/exporter-logs-otlp-grpc": "latest",
"@opentelemetry/exporter-logs-otlp-http": "latest",
"@opentelemetry/exporter-logs-otlp-proto": "^0.214.0",
"@opentelemetry/exporter-metrics-otlp-grpc": "latest",
"@opentelemetry/exporter-metrics-otlp-http": "latest",
"@opentelemetry/exporter-metrics-otlp-proto": "^0.214.0",
"@opentelemetry/exporter-prometheus": "latest",
"@opentelemetry/exporter-trace-otlp-grpc": "latest",
"@opentelemetry/exporter-trace-otlp-http": "latest",
"@opentelemetry/exporter-trace-otlp-proto": "^0.214.0",
"@opentelemetry/resources": "latest",
"@opentelemetry/sdk-logs": "latest",
"@opentelemetry/sdk-metrics": "latest",
"@opentelemetry/sdk-trace-base": "latest",
"@opentelemetry/semantic-conventions": "^1.40.0",
"@smithy/core": "latest",
"@smithy/node-http-handler": "latest",
"ajv": "^8.20.0",
"asciichart": "latest",
"audio-capture-napi": "workspace:*",
"auto-bind": "latest",
"axios": "^1.15.2",
"bidi-js": "latest",
"cacache": "^20.0.4",
"chalk": "latest",
"chokidar": "latest",
"cli-boxes": "latest",
"cli-highlight": "^2.1.11",
"code-excerpt": "latest",
"color-diff-napi": "workspace:*",
"diff": "^9.0.0",
"emoji-regex": "latest",
"env-paths": "latest",
"execa": "latest",
"fflate": "^0.8.2",
"figures": "latest",
"fuse.js": "latest",
"get-east-asian-width": "latest",
"google-auth-library": "latest",
"highlight.js": "^11.11.1",
"https-proxy-agent": "^9.0.0",
"ignore": "latest",
"indent-string": "latest",
"jsonc-parser": "^3.3.1",
"lodash-es": "^4.18.1",
"lru-cache": "latest",
"marked": "^18.0.3",
"modifiers-napi": "workspace:*",
"openai": "^6.35.0",
"p-map": "latest",
"picomatch": "^4.0.4",
"plist": "^3.1.1",
"proper-lockfile": "latest",
"qrcode": "latest",
"react": "latest",
"react-compiler-runtime": "^1.0.0",
"react-reconciler": "latest",
"semver": "latest",
"sharp": "^0.34.5",
"shell-quote": "^1.8.3",
"signal-exit": "latest",
"stack-utils": "latest",
"strip-ansi": "latest",
"supports-hyperlinks": "latest",
"tree-kill": "^1.2.2",
"turndown": "^7.2.4",
"type-fest": "latest",
"undici": "^8.1.0",
"usehooks-ts": "latest",
"vscode-jsonrpc": "^8.2.1",
"vscode-languageserver-protocol": "latest",
"vscode-languageserver-types": "latest",
"wrap-ansi": "latest",
"ws": "^8.20.0",
"xss": "latest",
"yaml": "^2.8.3",
"zod": "^4.4.1"
},
"devDependencies": {
"@types/bun": "^1.3.13",
"@types/cacache": "^20.0.1",
"@types/plist": "^3.0.5",
"@types/react": "latest",
"@types/react-reconciler": "latest",
"@types/sharp": "^0.32.0",
"@types/turndown": "^5.0.6",
"typescript": "latest"
},
"overrides": {
"@anthropic-ai/sdk": "^0.92.0",
"fast-xml-parser": "^5.7.2",
"follow-redirects": "^1.16.0",
"hono": "^4.12.16",
"protobufjs": "^7.5.5",
"tmp": "^0.2.5",
"uuid": "^14.0.0"
}
}