Working.
This commit is contained in:
parent
b9c9249bb1
commit
d8146c3723
7 changed files with 2872 additions and 112 deletions
17
package.json
Normal file
17
package.json
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
"name": "messaging",
|
||||
"version": "1.0.0",
|
||||
"description": "Messaging app",
|
||||
"main": "script.js",
|
||||
"scripts": {
|
||||
"devStart": "nodemon server.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"socket.io": "^4.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.15"
|
||||
}
|
||||
}
|
Reference in a new issue