examples/deno/deno.json
2025-02-23 19:50:03 -06:00

10 lines
152 B
JSON

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