This repository has been archived on 2025-03-25. You can view files and clone it, but cannot push or open issues or pull requests.
Messaging/package.json
2022-01-26 09:57:24 -05:00

17 lines
337 B
JSON

{
"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"
}
}