test/package.json
2026-04-29 05:52:37 +00:00

18 lines
374 B
JSON
Executable File

{
"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"
}
}