{
  "name": "whatsapp-bot/inventory",
  "description": "WhatsApp Bot for expense tracking with Google Gemini AI and Google Sheets",
  "type": "project",
  "require": {
    "php": ">=7.4",
    "google/apiclient": "^2.15",
    "vlucas/phpdotenv": "^5.5"
  },
  "autoload": {
    "psr-4": {
      "App\\": "src/"
    }
  },
  "config": {
    "optimize-autoloader": true,
    "sort-packages": true
  }
}
