{
  "name": "whatsapp-concierge-taxi-booking",
  "version": "2.0.0",
  "description": "Enhanced VIP Chauffeur WhatsApp Bot with OpenAI Integration",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "dev": "nodemon src/index.js",
    "build": "echo 'Building for production...' && npm run clean && npm run copy-files && npm run create-deployment-script",
    "clean": "rm -rf dist && mkdir -p dist",
    "copy-files": "cp -r src dist/ && cp -r public dist/ && cp -r scripts dist/ && cp package.json dist/ && cp .env.example dist/ && cp README.md dist/ && cp deploy.sh dist/ && mkdir -p dist/data && cp data/*.json dist/data/ 2>/dev/null || true",
    "create-deployment-script": "echo '#!/bin/bash\\nnpm install\\nnpm start' > dist/deploy.sh && chmod +x dist/deploy.sh",
    "package": "npm run build && cd dist && tar -czf ../whatsapp-bot-v2.0.0.tar.gz . && cd .. && echo 'Package created: whatsapp-bot-v2.0.0.tar.gz'",
    "deploy": "npm run package && echo 'Deployment package created: whatsapp-bot-v2.0.0.tar.gz'",
    "test": "echo 'No tests specified'",
    "lint": "echo 'No linting configured'"
  },
  "keywords": [
    "whatsapp",
    "bot",
    "chauffeur",
    "booking",
    "openai",
    "ai",
    "taxi",
    "luxury"
  ],
  "author": "VIP Chauffeur Services",
  "license": "MIT",
  "dependencies": {
    "whatsapp-web.js": "^1.23.0",
    "openai": "^4.20.1",
    "mongoose": "^7.5.0",
    "moment": "^2.29.4",
    "express": "^4.18.2",
    "cors": "^2.8.5",
    "helmet": "^7.0.0",
    "dotenv": "^16.3.1",
    "puppeteer": "^21.3.8",
    "qrcode": "^1.5.3",
    "axios": "^1.5.0",
    "multer": "^1.4.5-lts.1",
    "sharp": "^0.32.5",
    "fluent-ffmpeg": "^2.1.2",
    "node-cron": "^3.0.2",
    "winston": "^3.10.0",
    "compression": "^1.7.4",
    "rate-limiter-flexible": "^3.0.8"
  },
  "devDependencies": {
    "nodemon": "^3.0.1"
  },
  "engines": {
    "node": ">=16.0.0",
    "npm": ">=8.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vipchauffeur/whatsapp-bot.git"
  },
  "bugs": {
    "url": "https://github.com/vipchauffeur/whatsapp-bot/issues"
  },
  "homepage": "https://github.com/vipchauffeur/whatsapp-bot#readme"
}
