phonograph/svelte/deno.json

12 lines
234 B
JSON
Raw Normal View History

2025-08-10 14:32:15 -07:00
{
"tasks": {
"dev": "deno run --watch main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1",
"@std/path": "jsr:@std/path@^1.1.1",
"@std/uuid": "jsr:@std/uuid@^1.0.9",
},
"unstable": ["fmt-component"]
}