9 lines
161 B
JSON
9 lines
161 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch --allow-run --allow-write --allow-read src/main.ts"
|
|
},
|
|
"imports": {
|
|
"@std/assert": "jsr:@std/assert@1"
|
|
}
|
|
}
|