mirror of
https://github.com/guilhermewerner/chat
synced 2025-06-15 19:04:18 +00:00
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.4.0 to 2.5.0. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/main/CHANGELOG.md) - [Commits](https://github.com/socketio/socket.io/compare/2.4.0...2.5.0) --- updated-dependencies: - dependency-name: socket.io dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
584 B
JSON
24 lines
584 B
JSON
{
|
|
"name": "chat",
|
|
"version": "1.0.0",
|
|
"description": "Realtime Chat",
|
|
"repository": "https://github.com/GuilhermeWerner/Chat",
|
|
"author": "GuiNerd <guinerdinho@gmail.com>",
|
|
"license": "MIT",
|
|
"private": true,
|
|
"main": "./Source/Server.js",
|
|
"scripts": {
|
|
"start": "node ./Source/Server.js",
|
|
"dev": "nodemon ./Source/Server.js"
|
|
},
|
|
"dependencies": {
|
|
"dotenv": "^8.2.0",
|
|
"ejs": "^3.1.7",
|
|
"express": "^4.17.3",
|
|
"socket.io": "^2.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.4"
|
|
}
|
|
}
|