UNPKG

@nodearch/socket.io-redis

Version:

nodearch socket.io redis adapter

48 lines 1.13 kB
{ "name": "@nodearch/socket.io-redis", "version": "1.1.2", "description": "nodearch socket.io redis adapter", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "type": "module", "repository": { "type": "git", "url": "git+https://github.com/nodearch/nodearch.git" }, "keywords": [ "nodearch", "nodearch-socketio", "nodearch-socketio-redis", "socket.io-redis" ], "author": "https://github.com/AhmedAli7O1", "license": "MIT", "bugs": { "url": "https://github.com/nodearch/nodearch/issues", "email": "bluemax7o1@gmail.com" }, "devDependencies": { "@types/node": "^22.10.10", "rimraf": "^6.0.1", "typescript": "^5.7.3", "@nodearch/socket.io": "^1.1.2", "@nodearch/core": "^2.2.2" }, "peerDependencies": { "reflect-metadata": "^0.x.x", "@nodearch/core": "^2.2.2", "@nodearch/socket.io": "^1.1.2" }, "dependencies": { "@socket.io/redis-adapter": "^8.3.0", "socket.io-adapter": "^2.5.5" }, "scripts": { "build": "rimraf ./dist/ && tsc", "build:watch": "tsc" } }