JUMBO refactor, still work in progress

This commit is contained in:
2025-10-07 00:14:31 +02:00
parent 3694492e1a
commit dc0ec5c635
50 changed files with 4283 additions and 3698 deletions

View File

@@ -7,10 +7,12 @@
".": { "import": "./src/index.ts" },
"./*": { "import": "./src/*.ts" }
},
"dependencies": {
"effect": "catalog:"
},
"devDependencies": {
"@types/bun": "catalog:",
"typescript": "catalog:"
},
"dependencies": {
"cbor2": "catalog:",
"effect": "catalog:"
}
}