Skip to main content
Module

x/lume/deno.json

πŸ”₯ Static site generator for Deno πŸ¦•
Very Popular
Go to Latest
File
{ "lock": false, "fmt": { "exclude": [ "tests/assets/json/page1.md", "tests/assets/toml/page1.md", "deps/katex-auto-render", "CHANGELOG.md" ] }, "tasks": { "test": "TZ=Z LUME_LOGS=ERROR deno test -A", "test:update": "deno task test -- --update", "changelog": "deno run --allow-read --allow-write https://deno.land/x/changelog@v2.5.3/bin.ts", "update-deps": "deno run -A --quiet 'https://deno.land/x/udd@0.8.2/main.ts' deps/*.ts cms.ts", "rollback-exp-deps": "git checkout deps/react.ts && git checkout deps/tailwindcss.ts && git checkout deps/cliffy.ts && git checkout deps/pagefind.ts" }}