Files
tools/image-watermark/deno.json

13 lines
344 B
JSON

{
"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/assert": "jsr:@std/assert@1",
"sharp": "npm:sharp@^0.33.0"
}
}