9 lines
114 B
JSON
9 lines
114 B
JSON
{
|
|
"imports": {
|
|
"@std/assert": "jsr:@std/assert@^1.0.0"
|
|
},
|
|
"tasks": {
|
|
"test": "deno test src/"
|
|
}
|
|
}
|