bas-remote-dev/deno.json

10 lines
146 B
JSON
Raw Normal View History

2024-12-10 14:32:17 +02:00
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
},
"nodeModulesDir": "auto"
}