phonograph/deno.json
2025-08-15 00:16:36 -07:00

11 lines
233 B
JSON

{
"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"]
}