mirror of
https://github.com/kunkunsh/kunkun-ext-video-processing.git
synced 2025-04-03 18:06:43 +00:00
15 lines
404 B
JSON
15 lines
404 B
JSON
{
|
|
"tasks": {
|
|
"dev": "deno run --watch main.ts"
|
|
},
|
|
"imports": {
|
|
"@hk/photographer-toolbox": "jsr:@hk/photographer-toolbox@^0.1.8",
|
|
"@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",
|
|
"fluent-ffmpeg": "npm:fluent-ffmpeg@2.1.3"
|
|
}
|
|
}
|