UNPKG

@abdopr/fixed-laravel-echo-server

Version:

Fixed version of laravel-echo-server (update socket.io version, with other features)

60 lines (59 loc) 1.4 kB
{ "name": "@abdopr/fixed-laravel-echo-server", "version": "0.1.4", "description": "Fixed version of laravel-echo-server (update socket.io version, with other features)", "repository": { "type": "git", "url": "git+https://github.com/AbdoPrDZ/fixed-laravel-echo-server.git" }, "main": "dist/index.js", "keywords": [ "laravel", "socket.io", "firebase", "firebase-admin", "broadcasting", "laravel-echo", "laravel-echo-server" ], "author": "Abdo Pr", "license": "MIT", "jshintConfig": { "esversion": 6 }, "scripts": { "build": "tsc", "dev": "tsc -w", "prepublish": "npm run build" }, "dependencies": { "axios": "^1.7.4", "colors": "1.4.0", "dotenv": "^16.4.5", "express": "^4.19.2", "firebase-admin": "^12.3.1", "inquirer": "^8.0.0", "ioredis": "^5.4.1", "lodash": "^4.17.21", "socket.io": "^4.7.5", "yargs": "^15.3.1" }, "devDependencies": { "@types/lodash": "^4.17.7", "@types/node": "^20.11.10", "typescript": "^5.5.4" }, "peerDependecies": { "sqlite3": "^5.1.7" }, "bin": { "fixed-laravel-echo-server": "bin/server.js" }, "bugs": { "url": "https://github.com/AbdoPrDZ/fixed-laravel-echo-server/issues" }, "homepage": "https://github.com/AbdoPrDZ/fixed-laravel-echo-server#readme", "directories": { "example": "examples" } }