Start new validation system and zodified types with excc
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-01-14 01:04:13 -06:00
parent b105a61ca2
commit 5ffb91329e
8 changed files with 110 additions and 2 deletions

View File

@@ -45,7 +45,8 @@
"typedoc-plugin-pages-fork": "^0.0.1",
"typedoc-plugin-sourcefile-url": "^1.0.6",
"typescript": "^4.2.3",
"uuid": "^8.3.2"
"uuid": "^8.3.2",
"zod": "^3.11.6"
},
"scripts": {
"test": "env TS_NODE_COMPILER_OPTIONS='{\"module\": \"commonjs\" }' mocha -r ts-node/register 'tests/**/*.ts'",