Add a bunch of dependencies for data validation and testing

This commit is contained in:
Oliver Akins 2022-06-23 11:40:46 -06:00
parent 448b089bf9
commit 040a7ae804
No known key found for this signature in database
GPG key ID: 3C2014AF9457AF99
2 changed files with 684 additions and 17 deletions

View file

@ -13,6 +13,7 @@
"dependencies": {
"common": "link:../common",
"glob": "^7.2.0",
"joi": "^17.6.0",
"module-alias": "^2.2.2",
"socket.io": "^4.4.0",
"toml": "^3.0.0",
@ -20,8 +21,16 @@
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/chai": "^4.3.1",
"@types/glob": "^7.2.0",
"@types/uuid": "^8.3.4"
"@types/mocha": "^9.1.1",
"@types/module-alias": "^2.0.1",
"@types/node": "^18.0.0",
"@types/uuid": "^8.3.4",
"chai": "^4.3.6",
"mocha": "^10.0.0",
"ts-node": "^10.8.1",
"typescript": "^4.7.4"
},
"_moduleAliases": {
"@": "./dist"