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