Initialized repository

This commit is contained in:
Lukas Wölfer
2025-05-05 16:33:12 +02:00
commit 64979dfd18
6 changed files with 321 additions and 0 deletions

9
deno.json Normal file
View File

@@ -0,0 +1,9 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"mwn": "npm:mwn@^3.0.1"
}
}