File size: 118 Bytes
a1ee9b9
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
{
  "tasks": {
    "dev": "deno run --watch main.ts"
  },
  "imports": {
    "@std/assert": "jsr:@std/assert@1"
  }
}