19 lines
455 B
JSON
19 lines
455 B
JSON
{
|
|
"name": "cluster-nodejs",
|
|
"version": "0.0.1",
|
|
"description": "Sample server to be used with the Socket.IO Admin UI",
|
|
"private": true,
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"author": "Damien Arrachequesne <damien.arrachequesne@gmail.com>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@socket.io/cluster-adapter": "^0.1.0",
|
|
"@socket.io/sticky": "^1.0.1",
|
|
"socket.io": "^4.4.1"
|
|
}
|
|
}
|