websocketer-cluster
Version:
Cluster manager using WebSocket PubSub
70 lines (69 loc) • 1.74 kB
JSON
{
"name": "websocketer-cluster",
"version": "1.1.7",
"description": "Cluster manager using WebSocket PubSub",
"repository": {
"type": "git",
"url": "git+https://rhaldkhein@github.com/rhaldkhein/websocketer-cluster.git"
},
"keywords": [
"websocket",
"socket",
"websocketer",
"cluster",
"pubsub"
],
"author": "RhaldKhein",
"license": "MIT",
"bugs": {
"url": "https://github.com/rhaldkhein/websocketer-cluster/issues"
},
"homepage": "https://github.com/rhaldkhein/websocketer-cluster#readme",
"scripts": {
"test": "NODE_OPTIONS='--experimental-vm-modules --no-warnings' jest",
"build": "unbuild",
"prebuild": "del-cli dist",
"prepublish": "npm run build"
},
"type": "module",
"main": "dist/index.cjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"files": [
"dist"
],
"unbuild": {
"declaration": true
},
"dependencies": {
"eventemitter3": "^5.0.0",
"redis": "^3.1.2",
"websocketer": "^2.1.8"
},
"devDependencies": {
"@types/jest": "^29.0.3",
"@types/node": "^18.7.18",
"@types/ws": "^8.5.3",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"del-cli": "^5.0.0",
"eslint": "^8.23.1",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.0.4",
"eslint-plugin-n": "^15.2.5",
"eslint-plugin-promise": "^6.0.1",
"jest": "^28.1.3",
"reconnecting-websocket": "^4.4.0",
"ts-jest": "^28.0.8",
"ts-node": "^10.9.1",
"typescript": "^4.8.3",
"unbuild": "^0.8.11",
"ws": "^8.12.0"
}
}