mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 15:37:58 -05:00
16 lines
244 B
JSON
16 lines
244 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"socket.io": "^4.7.5"
|
|
}
|
|
}
|