{ "name": "whatsapp-router", "version": "1.0.0", "description": "WhatsApp Router for OpenWA and LLM Agent", "main": "router.js", "scripts": { "start": "node router.js" }, "dependencies": { "express": "^4.17.1" } }