Files
gobot/gobot-gui/api/deno.json
2024-11-03 23:52:06 +01:00

9 lines
135 B
JSON

{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@earthstar/dns-sd": "jsr:@earthstar/dns-sd@^3.1.0"
}
}