Files
examples/deno/deno.json

10 lines
152 B
JSON
Raw Normal View History

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