{ "imports": { "@std/fmt": "jsr:@std/fmt@^0.225.4", "@std/io": "jsr:@std/io@^0.224.2", "@std/log": "jsr:@std/log@^0.224.3", "asciidoctor": "https://esm.sh/asciidoctor@^3.0.4", "chokidar": "npm:chokidar@^3.6.0", "cssnano": "npm:cssnano@^7.0.2", "glob": "npm:glob@^10.4.2", "luxon": "npm:luxon@^3.4.4", "postcss": "npm:postcss@^8.4.38", "postcss-import": "npm:postcss-import@^16.1.0", "postcss-nesting": "npm:postcss-nesting@^12.1.5", "preact": "npm:preact@^10.22.0", "preact-render-to-string": "npm:preact-render-to-string@^6.5.5", "rehype": "npm:rehype@^13.0.1", "rehype-external-links": "npm:rehype-external-links@^3.0.0", "rehype-parse": "npm:rehype-parse@^9.0.0", "rehype-preset-minify": "npm:rehype-preset-minify@^7.0.0", "rehype-prism": "npm:@mapbox/rehype-prism@^0.9.0", "rehype-stringify": "npm:rehype-stringify@^10.0.0", "rxjs": "npm:rxjs@^7.8.1", "tmp": "npm:tmp@^0.2.3", "to-vfile": "https://esm.sh/to-vfile@^8.0.0", "unified": "npm:unified@^11.0.4", "unist-util-visit": "npm:unist-util-visit@^5.0.0", "vfile": "https://esm.sh/vfile@^6.0.1" }, "compilerOptions": { "jsx": "react-jsx", "jsxImportSource": "preact" }, "fmt": { "lineWidth": 120 }, "tasks": { "build": "deno run -A bin/build.ts", "watch": "deno run -A bin/watch.ts" } }