octoplus-coffee-check/deno.json
2025-05-22 17:56:23 +01:00

8 lines
118 B
JSON

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