{ "lock": false, "tasks": { "start": "deno run -A --watch=static/,routes/ dev.ts", "debug": "deno run --inspect-wait -A main.ts", "generate-prisma": "deno run -A --unstable npm:prisma@^5.1 generate --help", "update": "deno run -A -r https://fresh.deno.dev/update ." }, "lint": { "rules": { "tags": [ "fresh", "recommended" ] } }, "imports": { "$fresh/": "https://deno.land/x/fresh@1.3.1/", "yaml": "https://deno.land/std@0.197.0/yaml/mod.ts", "preact": "https://esm.sh/preact@10.15.1", "preact/": "https://esm.sh/preact@10.15.1/", "preact-render-to-string": "https://esm.sh/*preact-render-to-string@6.2.0", "@preact/signals": "https://esm.sh/*@preact/signals@1.1.3", "@preact/signals-core": "https://esm.sh/*@preact/signals-core@1.2.3", "twind": "https://esm.sh/twind@0.16.19", "twind/": "https://esm.sh/twind@0.16.19/", "$std/": "https://deno.land/std@0.197.0/", "@lib": "./lib", "@lib/": "./lib/", "@components": "./components", "@components/": "./components/", "@islands": "./islands", "@islands/": "./islands/", "zod": "https://deno.land/x/zod@v3.21.4/mod.ts" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" } }