Implement the whole thing

This commit is contained in:
2025-06-09 00:00:13 +02:00
parent ab7c8a3576
commit 5886934182
6 changed files with 163 additions and 1 deletions
+3 -1
View File
@@ -1,13 +1,15 @@
{
"dependencies": {
"@sinclair/typebox": "^0.34.33",
"dotenv": "^16.5.0",
"log": "git+https://git.pband.ch/typescript/log.git"
},
"devDependencies": {
"@types/bun": "^1.2.15",
"@types/node": "^22.15.30",
"@types/tmp": "^0.2.6",
"bun": "^1.2.15",
"logger-console": "git+https://git.pband.ch/typescript/logger-console.git",
"tmp": "^0.2.3",
"typescript": "^5.8.3"
},