chat / package.json
1tbfree's picture
Create package.json
94b1218 verified
raw
history blame contribute delete
274 Bytes
{
"name": "socketio-chat",
"version": "1.0.0",
"description": "A simple chat application using Socket.IO and Express.js",
"main": "chat.js",
"scripts": {
"start": "node chat.js"
},
"dependencies": {
"express": "^4.18.2",
"socket.io": "^4.5.4"
}
}