lume-plugin-kroki/deno.json

14 lines
433 B
JSON

{
"version": "1.0.1",
"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"
},
"imports": {
"@std/assert": "jsr:@std/assert@1.0.7",
"@std/path": "jsr:@std/path@1.0.8",
"@std/testing": "jsr:@std/testing@1.0.4",
"lume/": "https://deno.land/x/lume@v2.4.1/"
}
}