{ "name": "kady-server", "version": "0.6.0", "private": true, "type": "module", "scripts": { "dev": "tsx watch src/index.ts", "start": "tsx src/index.ts", "prep": "tsx src/prep.ts", "typecheck": "tsc -p tsconfig.json", "test": "vitest run", "test:watch": "vitest" }, "dependencies": { "@earendil-works/pi-agent-core": "^0.79.0", "@earendil-works/pi-ai": "^0.79.0", "@earendil-works/pi-coding-agent": "^0.79.0", "@fastify/cors": "^10.0.1", "@fastify/multipart": "^9.0.1", "@modelcontextprotocol/sdk": "^1.29.0", "@types/adm-zip": "^0.5.8", "adm-zip": "^0.5.17", "fastify": "^5.2.0", "modal": "^0.8.2", "pi-subagents": "^0.28.0", "pi-web-access": "^0.10.7", "typebox": "^1.1.38" }, "devDependencies": { "@types/node": "^22.10.0", "tsx": "^4.19.2", "typescript": "^5.7.2", "vitest": "^4.1.4" } }