lume-plugin-kroki/deno.json

16 lines
488 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"
2024-11-08 17:42:43 -05:00
},
"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",
"@valibot/valibot": "jsr:@valibot/valibot@0.42.1",
"lume/": "https://deno.land/x/lume@v2.4.1/"
2024-11-07 20:24:21 -05:00
}
}