Files
trebuchet/apps/api/package.json
T
Chris Farhood c32546cbae
CI / Type-check & lint (pull_request) Successful in 15s
CI / Build & push worker image (pull_request) Has been skipped
CI / Build & push API image (pull_request) Has been skipped
Revert "chore: remove unused MCP server from API package"
This reverts commit 36baf6cef6.
2026-05-19 10:26:31 +00:00

22 lines
488 B
JSON

{
"name": "@trebuchet/api",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "tsc",
"check": "tsc --noEmit",
"clean": "rm -rf dist",
"start": "node dist/index.js"
},
"dependencies": {
"@hono/node-server": "^1.14.0",
"@kubernetes/client-node": "^1.4.0",
"@modelcontextprotocol/sdk": "^1.29.0",
"@trebuchet/worker": "workspace:*",
"@temporalio/client": "^1.11.0",
"hono": "^4.7.0",
"zod": "^4.3.6"
}
}