Add UUID package

This commit is contained in:
Oliver-Akins 2020-10-10 18:53:07 -06:00
parent a9192e9423
commit b9c9154f00
2 changed files with 16 additions and 1 deletions

View file

@ -19,9 +19,11 @@
"dependencies": {
"@types/engine.io": "^3.1.4",
"@types/socket.io": "^2.1.11",
"@types/uuid": "^8.3.0",
"fs": "^0.0.1-security",
"socket.io": "^2.3.0",
"tslog": "^2.9.0",
"typescript": "^4.0.3"
"typescript": "^4.0.3",
"uuid": "^8.3.1"
}
}