{ "lock": false, "tasks": { "check": "deno fmt --check && deno lint && deno check **/*.ts && deno check **/*.tsx", "cli": "echo \"import '\\$fresh/src/dev/cli.ts'\" | deno run --unstable -A -", "manifest": "deno task cli manifest $(pwd)", "start": "deno run -A --watch=static/,routes/,lib/,components/,islands/ dev.ts", "build": "deno run -A dev.ts build", "preview": "deno run -A main.ts", "update": "deno run -A -r https://fresh.deno.dev/update .", "test": "deno test -A --check" }, "fmt": { "useTabs": false, "lineWidth": 120, "indentWidth": 2, "singleQuote": true, "proseWrap": "preserve", "exclude": ["README.md"] }, "lint": { "rules": { "tags": ["fresh", "recommended"], "exclude": ["no-explicit-any", "no-empty-interface", "no-window", "no-unused-vars"] } }, "exclude": ["./_fresh/*", "./node_modules/*", "**/_fresh/*"], "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "nodeModulesDir": "auto", "imports": { "/": "./", "./": "./", "xml": "https://deno.land/x/xml@2.1.3/mod.ts", "mrmime": "https://deno.land/x/mrmime@v2.0.0/mod.ts", "fresh/": "https://deno.land/x/fresh@1.7.3/", "$fresh/": "https://deno.land/x/fresh@1.7.3/", "std/": "https://deno.land/std@0.224.0/", "$std/": "https://deno.land/std@0.224.0/", "postgres": "https://deno.land/x/postgres@v0.19.3/mod.ts", "preact": "https://esm.sh/preact@10.23.2", "preact/": "https://esm.sh/preact@10.23.2/", "@preact/signals": "https://esm.sh/*@preact/signals@1.3.0", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.8.0", "chart.js": "https://esm.sh/chart.js@4.4.9/auto", "otpauth": "https://esm.sh/otpauth@9.4.0", "qrcode": "https://esm.sh/qrcode@1.5.4", "openid-client": "https://esm.sh/openid-client@6.5.0", "@simplewebauthn/server": "jsr:@simplewebauthn/server@13.1.1", "@simplewebauthn/server/helpers": "jsr:@simplewebauthn/server@13.1.1/helpers", "@simplewebauthn/browser": "jsr:@simplewebauthn/browser@13.1.0", "tailwindcss": "npm:tailwindcss@3.4.17", "tailwindcss/": "npm:/tailwindcss@3.4.17/", "tailwindcss/plugin": "npm:/tailwindcss@3.4.17/plugin.js", "nodemailer": "npm:nodemailer@7.0.3" } }