0
0
Fork 0

Add modules we need.

This commit is contained in:
Oliver-Akins 2020-12-23 12:39:39 -07:00
parent e542f3305d
commit bd924c1816
4 changed files with 169 additions and 3 deletions

View file

@ -12,9 +12,12 @@
"author": "Oliver Akins",
"license": "UNLICENSED",
"dependencies": {
"@types/engine.io": "^3.1.4",
"@types/node": "^14.14.14",
"@types/socket.io": "^2.1.12",
"fs": "^0.0.1-security",
"socket.io": "^3.0.4",
"toml": "^3.0.0"
"toml": "^3.0.0",
"tslog": "^3.0.2"
}
}