lume-plugin-kroki/deno.json

9 lines
235 B
JSON
Raw Normal View History

2024-11-07 20:24:21 -05:00
{
"version": "1.0.0",
"exports": "./mod.ts",
"tasks": {
"check": "deno fmt --check && deno lint && deno check .",
"test": "deno test --allow-read=. --allow-write=./tests/site/_site,./tests/__snapshots__ --deny-env"
}
}