16 lines
504 B
JSON
16 lines
504 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"
|
|
},
|
|
"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.0/"
|
|
}
|
|
}
|