{
  "name": "my-bot",
  "version": "1.0.0",
  "description": "WhatsApp bot using BuilderBot and WAHA provider",
  "main": "dist/app.js",
  "scripts": {
    "build": "tsc",
    "start": "node dist/app.js",
    "dev": "concurrently \"tsc --watch\" \"nodemon dist/app.js\""
  },
  "dependencies": {
    "@builderbot/bot": "^1.2.5",
    "@smartuy/builderbot-provider-waha": "latest",
    "axios": "^1.8.4",
    "dotenv": "^16.4.7",
    "express": "^4.21.2"
  },
  "devDependencies": {
    "@types/express": "^5.0.1",
    "@types/node": "^22.13.11",
    "concurrently": "^7.0.0",
    "nodemon": "^2.0.0",
    "typescript": "^5.8.2"
  }
}
