spotiqueue/deno.json

10 lines
201 B
JSON

{
"tasks": {
"dev": "deno run --watch -A src/main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"@std/http": "jsr:@std/http@^1.0.24",
"typia": "npm:typia@^11.0.3"
}
}