Add conversation layer services and compose setup

This commit is contained in:
josedario87
2025-06-04 18:45:25 -06:00
parent 0004be3c09
commit ca2384552c
13 changed files with 2064 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "whatsapp-router",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"axios": "^1.5.0"
}
}