17 lines
375 B
JSON
17 lines
375 B
JSON
{
|
|
"name": "single-server",
|
|
"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": "^4.4.1"
|
|
}
|
|
}
|