{
  "name": "@soketi/echo-server",
  "version": "5.4.0",
  "description": "Echo Server is a container-ready, multi-scalable Node.js application used to host your own Socket.IO server for Laravel.",
  "repository": {
    "type": "git",
    "url": "https://github.com/soketi/echo-server.git"
  },
  "main": "dist/index.js",
  "keywords": [
    "laravel",
    "socket.io",
    "broadcasting",
    "events",
    "redis",
    "socket"
  ],
  "author": "Alex Renoki",
  "license": "MIT",
  "jshintConfig": {
    "esversion": 6
  },
  "scripts": {
    "build": "./node_modules/.bin/tsc",
    "lint": "eslint --ext .js,.ts ./src ./tests",
    "prepublish": "npm run build",
    "test": "jest",
    "test:watch": "npm test -- --watch"
  },
  "dependencies": {
    "colors": "^1.4.0",
    "dayjs": "^1.10.4",
    "dot-wild": "^3.0.1",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "ioredis": "^4.19.0",
    "prom-client": "^13.1.0",
    "prometheus-query": "^3.0.0",
    "pusher": "^5.0.0",
    "rate-limiter-flexible": "^2.2.2",
    "redis-semaphore": "^4.1.0",
    "redis-time-series-ts": "^1.3.0",
    "request": "^2.88.2",
    "socket.io": "^4.0.0",
    "socket.io-redis": "^6.1.0",
    "uuid": "^8.3.2",
    "yargs": "^16.2.0"
  },
  "devDependencies": {
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-proposal-export-namespace-from": "^7.8.3",
    "@babel/plugin-proposal-function-sent": "^7.8.3",
    "@babel/plugin-proposal-numeric-separator": "^7.8.3",
    "@babel/plugin-proposal-throw-expressions": "^7.8.3",
    "@babel/plugin-transform-object-assign": "^7.8.3",
    "@babel/preset-env": "^7.9.6",
    "@soketi/soketi-js": "^1.4.2",
    "@types/jest": "^26.0.19",
    "@types/node": "^14.14.16",
    "@typescript-eslint/eslint-plugin": "^4.11.1",
    "@typescript-eslint/parser": "^4.11.1",
    "eslint": "^7.17.0",
    "jest": "^26.6.3",
    "jest-circus": "^26.6.3",
    "ts-jest": "^26.4.4",
    "tslib": "^2.0.3",
    "typescript": "^4.2.4"
  },
  "bin": {
    "echo-server": "bin/server.js"
  }
}
