socket.io-chat/package.json
2023-10-13 02:18:51 -04:00

29 lines
602 B
JSON

{
"name": "socket.io-chat",
"version": "1.0.0",
"description": "A simple chat app in nodejs using socket.io",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://git.saad.ftp.sh/saad/socket.io-chat.git"
},
"keywords": [
"chat",
"socket.io",
"nodejs",
"demo"
],
"author": "ME",
"license": "ISC",
"dependencies": {
"@socket.io/cluster-adapter": "^0.2.2",
"express": "^4.18.2",
"socket.io": "^4.7.2",
"sqlite": "^5.0.1",
"sqlite3": "^5.1.6"
}
}