streamboy/deno.json
2025-02-18 22:03:27 -07:00

9 lines
187 B
JSON

{
"tasks": {
"dev": "deno run --allow-net --allow-read --watch src/main.ts"
},
"imports": {
"@oak/oak": "jsr:@oak/oak@^17.1.4",
"@std/assert": "jsr:@std/assert@1"
}
}