Add a bunch of dependencies for data validation and testing
This commit is contained in:
parent
448b089bf9
commit
040a7ae804
2 changed files with 684 additions and 17 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue