{ "name": "@boocode/coder", "version": "2.0.0", "private": true, "type": "module", "main": "dist/index.js", "scripts": { "dev": "tsx watch src/index.ts", "build": "tsc && node -e \"import('node:fs').then(fs=>fs.copyFileSync('src/schema.sql','dist/schema.sql'))\"", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "test": "vitest run" }, "dependencies": { "@agentclientprotocol/sdk": "^0.22.1", "@boocode/server": "workspace:*", "@fastify/static": "^7.0.4", "@fastify/websocket": "^10.0.1", "@modelcontextprotocol/sdk": "^1.29.0", "fastify": "^4.28.1", "postgres": "^3.4.4", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.14.10", "tsx": "^4.16.2", "typescript": "^5.5.0", "vitest": "^3.0.0" } }