8 lines
122 B
JSON
8 lines
122 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch src/main.ts"
|
|
},
|
|
"imports": {
|
|
"@std/assert": "jsr:@std/assert@1"
|
|
}
|
|
}
|