9 lines
235 B
JSON
9 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"
|
||
|
}
|
||
|
}
|