-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1012 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 1012 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
{
"name": "trailgenic-workers",
"version": "1.4.3",
"private": true,
"type": "module",
"scripts": {
"lint": "node --check tool-registry/worker.js && node --check lib/registry.js && node --check lib/queries.js && node --check lib/mcp-server.js && node --check lib/resources.js && node --check scripts/live-acceptance.mjs",
"test": "node --test tests/registry.test.mjs",
"test:workers": "vitest run --config vitest.config.mjs",
"validate:json": "node scripts/validate-json.mjs",
"validate:registry": "node scripts/validate-registry.mjs",
"wrangler:dry-run": "wrangler deploy --config tool-registry/wrangler.jsonc --dry-run --outdir /tmp/trailgenic-worker-dry-run"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.29.0",
"agents": "0.17.4",
"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"
}
}