dotino-veloce/deno.json

9 lines
122 B
JSON
Raw Normal View History

2024-10-17 00:14:41 +00:00
{
"tasks": {
"dev": "deno run --watch src/main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}