{ "imports": { "/": "./", "./": "./", "std/": "https://deno.land/std@0.189.0/", "lib/": "./lib/" }, "tasks": { "dev": "deno run --watch main.ts" } }