9 lines
124 B
JSON
Raw Normal View History

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