added readme updated deno.json

This commit is contained in:
Jurn Wubben 2025-11-05 22:42:27 +01:00
parent 39f6e99abe
commit 432f2e0de4
2 changed files with 20 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{
"tasks": {
"dev": "deno run -A --watch src/index.ts"
"prod": "deno run -A src/index.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",