-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 762 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 762 Bytes
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
{
"name": "exmxc-workers",
"version": "2.5.0",
"type": "module",
"private": true,
"scripts": {
"lint": "node scripts/source-check.mjs",
"test": "node tests/registry.test.mjs",
"test:workers": "vitest run --config vitest.config.mjs",
"validate:json": "node scripts/validate-json.mjs",
"registry:check": "node scripts/check-registry-packet.mjs",
"deploy:dry-run": "wrangler deploy --dry-run"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.29.0",
"agents": "0.17.4",
"ajv": "^8.17.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@cloudflare/vitest-pool-workers": "^0.18.4",
"@vitest/runner": "^4.1.10",
"@vitest/snapshot": "^4.1.10",
"vitest": "^4.1.10",
"wrangler": "^4.110.0"
}
}