{ "name": "whatsapp-ai-agent", "version": "1.0.0", "description": "WhatsApp Web AI Messaging Agent", "main": "server.js", "scripts": { "start": "node server.js" }, "dependencies": { "@anthropic-ai/sdk": "^0.40.0", "express": "^4.18.2", "socket.io": "^4.7.4", "qrcode": "^1.5.3", "whatsapp-web.js": "^1.23.0", "uuid": "^9.0.0" } }