mirror of
https://github.com/kunkunsh/kunkun-ext-image-processing.git
synced 2025-04-03 18:06:42 +00:00
15 lines
394 B
JSON
15 lines
394 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch main.ts"
|
|
},
|
|
"imports": {
|
|
"@hk/photographer-toolbox": "jsr:@hk/photographer-toolbox@^0.1.12",
|
|
"@kunkun/api": "jsr:@kunkun/api@^0.0.40",
|
|
"@std/assert": "jsr:@std/assert@1",
|
|
"@std/path": "jsr:@std/path@^1.0.7",
|
|
"valibot": "jsr:@valibot/valibot@^0.42.1",
|
|
"sharp": "npm:sharp@0.33.5",
|
|
"exiftool-vendored": "npm:exiftool-vendored@29.0.0"
|
|
}
|
|
}
|