tauceti/deno.json
2026-04-03 09:52:05 +00:00

10 lines
210 B
JSON
Executable file

{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"@std/cli": "jsr:@std/cli@^1.0.28",
"@zip-js/zip-js": "jsr:@zip-js/zip-js@^2.8.26"
}
}