dotino-veloce/deno.json
2024-10-17 02:14:41 +02:00

8 lines
122 B
JSON

{
"tasks": {
"dev": "deno run --watch src/main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}