websri/runtime/deno/deno.json

8 lines
120 B
JSON

{
"tasks": {
"test": "deno test --no-check"
},
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.3"
}
}