Initial commit

This commit is contained in:
ktkk 2026-04-03 09:52:05 +00:00
commit c61624bc92
3 changed files with 166 additions and 0 deletions

10
deno.json Executable file
View file

@ -0,0 +1,10 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"@std/cli": "jsr:@std/cli@^1.0.28",
"@zip-js/zip-js": "jsr:@zip-js/zip-js@^2.8.26"
}
}