summary refs log tree commit diff
path: root/deno.json
blob: 5b320c26ecd581fe2eb3bbd7942b3d889ede6bfb (plain)
1
2
3
4
5
6
7
8
{
  "tasks": {
    "dev": "deno run --watch main.ts"
  },
  "imports": {
    "@std/assert": "jsr:@std/assert@1"
  }
}