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