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