remove usage of ts-schema-autogen

This commit is contained in:
Erik Burton 2024-01-23 13:10:31 -08:00
parent cd44942e14
commit 7b9ebc12e6
No known key found for this signature in database
4 changed files with 42 additions and 82 deletions

View file

@ -16,10 +16,9 @@
"ajv": "^8.12.0",
"expand-tilde": "^2.0.2",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0"
"yaml": "^2.3.4"
},
"devDependencies": {
"@ts-schema-autogen/cli": "^0.1.2",
"@vercel/ncc": "^0.38.1",
"typescript": "^5.3.3"
}