{
  "tasks": {
    "dev": "deno run -A --watch --allow-net ./server.ts",
    "test": "deno test --allow-all",
    "build": "deno run -A ./build.ts"
  }
}