Files
DVDSubConverter/deno.json
T
2025-08-14 16:12:13 +03:00

9 lines
161 B
JSON

{
"tasks": {
"dev": "deno run --watch --allow-run --allow-write --allow-read src/main.ts"
},
"imports": {
"@std/assert": "jsr:@std/assert@1"
}
}