{ "name": "@c2s/whatsapp-bot", "version": "1.0.0", "description": "WhatsApp Business Bot for Complex Care Solutions GmbH", "type": "module", "engines": { "node": ">=22.0.0" }, "scripts": { "dev": "tsx watch src/server.ts", "build": "tsc", "start": "node dist/server.js", "lint": "eslint src/", "typecheck": "tsc --noEmit" }, "dependencies": { "@anthropic-ai/sdk": "^0.39.0", "bullmq": "^5.34.8", "fastify": "^5.2.1", "ioredis": "5.9.3", "pg": "^8.13.1", "pino": "^9.6.0", "pino-pretty": "^13.0.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.10.0", "@types/pg": "^8.11.10", "tsx": "^4.19.2", "typescript": "^5.7.2" } }