shortcuts/deno.json

9 lines
118 B
JSON
Raw Normal View History

2024-09-28 16:09:31 +00:00
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}