{ "tasks": { "dev": "deno run --allow-net --allow-read --allow-write --allow-env --watch main.ts", "start": "deno run --allow-net --allow-read --allow-write --allow-env main.ts", "test": "deno test --allow-net --allow-read --allow-write --allow-env tests/", "test:watch": "deno test --allow-net --allow-read --allow-write --allow-env --watch tests/" }, "imports": { "oak": "jsr:@oak/oak@^17.1.3", "@std/assert": "jsr:@std/assert@^1" }, "compilerOptions": { "lib": ["deno.window"] } }