Skip to main content
Module

x/lume/deno.json

πŸ”₯ Static site generator for Deno πŸ¦•
Very Popular
Go to Latest
File
{ "tasks": { "test": "deno test --unstable -A --no-check=remote", "test:update": "deno task test -- --update", "test:preview": "deno run --allow-read tests/__snapshots__/preview.ts", "changelog": "deno run --allow-read --allow-write https://deno.land/x/changelog@v2.1.0/bin.ts" }}