lume-plugin-kroki/deno.json
Foster Hangdaan 990cae20ed
fix: Error on HTTP import
Fixes a relative import path error when importing the package via HTTP. All dependencies
have been moved to `deps.ts`.
2024-11-08 05:16:35 -05:00

8 lines
235 B
JSON

{
"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"
}
}