{ "tasks": { "dev": "deno run --watch main.ts", "watermark": "deno run --allow-read --allow-write --allow-env --allow-ffi main.ts", "test": "deno test --allow-read --allow-write --allow-env --allow-ffi" }, "nodeModulesDir": "auto", "imports": { "@std/cli/parse-args": "jsr:@std/cli/parse-args", "@std/assert": "jsr:@std/assert@1", "sharp": "npm:sharp@^0.33.0" } }