Added the socket.io & ssh2 dependency to the package.json
This commit is contained in:
@ -11,7 +11,9 @@
|
||||
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2"
|
||||
"express": "^4.18.2",
|
||||
"socket.io": "^4.6.2",
|
||||
"ssh2": "^1.13.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^8.0.1",
|
||||
|
Reference in New Issue
Block a user