{ "imports": { "application/": "./app/application/", "domain/": "./app/domain/", "infrastructure/": "./app/infra/", "std/": "https://deno.land/std@0.191.0/" }, "tasks": { "dev": "/home/koehlric/.deno/bin/deno run --allow-read --allow-env --allow-net ./app/main.ts", "test": "/home/koehlric/.deno/bin/deno test ./test/test.ts" }, "lint": { "files": { "include": ["app/"] }, "rules": { "tags": ["recommended"] } }, "fmt": { "include": ["app/", "test/"], "useTabs": false, "lineWidth": 80, "indentWidth": 2, "singleQuote": true } }