UNPKG

@soketi/soketi

Version:

Just another simple, fast, and resilient open-source WebSockets server.

95 lines (94 loc) 2.69 kB
{ "name": "@soketi/soketi", "version": "1.6.1", "description": "Just another simple, fast, and resilient open-source WebSockets server.", "repository": { "type": "git", "url": "https://github.com/soketi/soketi.git" }, "main": "dist/index.js", "keywords": [ "laravel", "socket.io", "broadcasting", "events", "redis", "socket", "pusher" ], "author": "Alex Renoki", "license": "AGPL-3.0", "jshintConfig": { "esversion": 9 }, "dependencies": { "arraybuffer-to-string": "^1.0.2", "async": "^3.2.4", "aws-sdk": "^2.1426.0", "axios": "^0.27.2", "boolean": "^3.1.4", "bullmq": "^1.80.3", "colors": "1.4.0", "dot-wild": "^3.0.1", "dotenv": "^16.0.1", "ioredis": "^5.0.4", "knex": "^3.0.1", "mysql": "^2.18.1", "mysql2": "^3.5.2", "nats": "^2.7.1", "node-discover": "^1.2.1", "pg": "^8.7.1", "pm2": "^5.3.0", "prom-client": "^14.0.1", "prometheus-query": "^3.2.5", "pusher": "^5.1.0-beta", "query-string": "^7.1.0", "rate-limiter-flexible": "^2.3.8", "sqs-consumer": "^5.7.0", "uuid": "^8.3.2", "uWebSockets.js": "https://github.com/uNetworking/uWebSockets.js.git#v20.10.0", "yargs": "^17.5.1" }, "devDependencies": { "@babel/plugin-proposal-decorators": "^7.18.10", "@babel/plugin-proposal-export-namespace-from": "^7.16.7", "@babel/plugin-proposal-function-sent": "^7.18.6", "@babel/plugin-proposal-numeric-separator": "^7.16.7", "@babel/plugin-proposal-throw-expressions": "^7.16.7", "@babel/plugin-transform-object-assign": "^7.16.7", "@babel/preset-env": "^7.18.2", "@types/bull": "^3.15.9", "@types/express": "^4.17.13", "@types/jest": "^28.1.6", "@types/node": "^18.7.6", "@types/pusher-js": "^5.1.0", "@typescript-eslint/eslint-plugin": "^5.33.1", "@typescript-eslint/parser": "^5.33.1", "body-parser": "^1.20.0", "eslint": "^8.6.0", "express": "^4.18.1", "jest": "^26.6.3", "jest-circus": "^26.6.3", "pusher-js": "^7.1.1-beta", "tcp-port-used": "^1.0.2", "ts-jest": "^26.5.6", "tslib": "^2.3.1", "typescript": "^4.5.4" }, "scripts": { "build": "node node_modules/typescript/bin/tsc", "build:watch": "npm run build -- -W", "lint": "eslint --ext .js,.ts ./src", "prepublish": "npm run build", "test": "jest --detectOpenHandles --forceExit --silent", "test:local": "jest --detectOpenHandles --forceExit --verbose", "test:watch": "npm test -- --watch" }, "bin": { "soketi": "bin/server.js", "soketi-pm2": "bin/pm2.js" }, "peerDependencies": { "@pm2/agent": "^2.0.3" } }