websri/runtime/deno/deno.json

9 lines
120 B
JSON
Raw Normal View History

2024-09-03 09:50:43 +09:00
{
"tasks": {
"test": "deno test --no-check"
},
"imports": {
"@std/assert": "jsr:@std/assert@^1.0.3"
}
}