{
  "name": "speech-to-text-api",
  "version": "1.0.0",
  "description": "WebSocket API for real-time speech-to-text using Google Cloud",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "@google-cloud/speech": "^5.4.0",
    "axios": "^1.8.4",
    "cors": "^2.8.5",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "form-data": "^4.0.2",
    "multer": "^1.4.5-lts.2",
    "ws": "^8.13.0"
  }
}
