0
0
Fork 0

Add socket.io to the package

This commit is contained in:
Oliver-Akins 2020-12-20 15:43:26 -07:00
parent 10e9dea3ef
commit a6d87a0cc3
2 changed files with 187 additions and 0 deletions

View file

@ -13,6 +13,8 @@
"license": "UNLICENSED",
"dependencies": {
"@types/node": "^14.14.14",
"@types/socket.io": "^2.1.12",
"socket.io": "^3.0.4",
"toml": "^3.0.0"
}
}