text-chat/package.json

15 lines
244 B
JSON
Raw Normal View History

2022-11-26 15:28:11 +00:00
{
"name": "socket_vaja",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"express": "^4.18.2",
"socket.io": "^4.5.4"
}
}