phonograph/deno.json

12 lines
233 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",
2025-08-13 18:52:37 -07:00
"@std/uuid": "jsr:@std/uuid@^1.0.9"
2025-08-10 14:32:15 -07:00
},
"unstable": ["fmt-component"]
}