UNPKG

@kamil.michalak/laravel-echo-server

Version:
49 lines (48 loc) 1.06 kB
{ "name": "@kamil.michalak/laravel-echo-server", "version": "1.6.2d", "description": "Laravel Echo Node JS Server for Socket.io", "repository": { "type": "git", "url": "https://github.com/Kamil-Michalak/laravel-echo-server.git" }, "main": "dist/index.js", "keywords": [ "laravel", "socket.io" ], "author": "Thiery Laverdure", "license": "MIT", "jshintConfig": { "esversion": 6 }, "publishConfig": {}, "scripts": { "build": "tsc", "dev": "tsc -w", "prepublish": "npm run build" }, "dependencies": { "colors": "^1.4.0", "dotenv": "^8.2.0", "express": "^4.18.2", "inquirer": "^7.3.3", "ioredis": "^4.28.5", "lodash": "^4.17.21", "request": "^2.88.2", "socket.io": "^2.5.0", "yargs": "^15.3.1" }, "devDependencies": { "@types/ioredis": "^4.28.10", "@types/lodash": "^4.14.188", "@types/node": "^13.13.52", "typescript": "^3.9.10" }, "peerDependecies": { "sqlite3": "^3.1.13" }, "bin": { "laravel-echo-server": "bin/server.js" } }