{
  "name": "@krunal_tarale-5/ultimate-streaming-package",
  "version": "2.1.9",
  "description": "🚀 Ultimate Real-Time Streaming Package v2.1.9 - Multi-Platform, Multi-Collection Architecture with Native MongoDB & MySQL Support, 99.96% Performance Improvement. Enterprise-grade real-time data streaming with Socket.IO integration, dynamic schema evolution, and advanced caching.",
  "main": "advancedIndex.js",
  "scripts": {
    "start": "node advancedIndex.js",
    "dev": "nodemon advancedIndex.js",
    "test": "node test-mysql.js",
    "build": "echo 'Package is ready for use'",
    "publish": "npm publish --access public"
  },
  "keywords": [
    "real-time",
    "streaming",
    "database",
    "mysql",
    "mongodb",
    "multi-collection",
    "native-tables",
    "socket.io",
    "analytics",
    "dashboard",
    "performance",
    "ultimate-streaming",
    "binlog-monitoring",
    "change-streams",
    "realtime-updates",
    "enterprise",
    "high-performance",
    "data-sync",
    "live-updates",
    "websocket",
    "iot",
    "ecommerce",
    "fintech"
  ],
  "author": {
    "name": "Krunal Tarale",
    "email": "krunaltarale555@gmail.com",
    "url": "https://github.com/krunal-tarale"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/krunal-tarale/ultimate-streaming-package"
  },
  "bugs": {
    "url": "https://github.com/krunal-tarale/ultimate-streaming-package/issues"
  },
  "homepage": "https://github.com/krunal-tarale/ultimate-streaming-package#readme",
  "dependencies": {
    "mysql2": "^3.6.0",
    "mongodb": "^5.0.0",
    "socket.io": "^4.7.2",
    "express": "^4.18.2",
    "cors": "^2.8.5",
    "helmet": "^7.0.0",
    "compression": "^1.7.4",
    "dotenv": "^16.3.1",
    "axios": "^1.5.0",
    "node-cron": "^3.0.2",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "nodemon": "^3.0.1"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "files": [
    "advancedIndex.js",
    "index.js",
    "lib/",
    "README.md",
    "CHANGELOG.md",
    "LICENSE",
    "docs/"
  ],
  "publishConfig": {
    "access": "public"
  }
}
