chat / package.json
sameernotes's picture
Update package.json
43be8ca verified
raw
history blame contribute delete
323 Bytes
{
"name": "chat-app",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^5.1.0",
"socket.io": "^4.8.1"
}
}