{ "tasks": { "dev": "deno run --allow-net --allow-env --watch src/main.ts", "start": "deno run --allow-net --allow-env src/main.ts", "test": "deno test --allow-net --allow-env src/main.test.ts" }, "fmt": { "useTabs": false, "lineWidth": 100, "indentWidth": 2, "semiColons": true, "singleQuote": false, "proseWrap": "preserve" }, "lint": { "rules": { "tags": ["recommended"] } }, "compilerOptions": { "lib": ["deno.window"], "strict": true } }