mirror of
https://github.com/kunkunsh/kunkun-ext-image-processing.git
synced 2025-04-03 01:56:41 +00:00
31 lines
688 B
JSON
31 lines
688 B
JSON
{
|
|
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
|
"name": "@kunkun/ext-image-processing",
|
|
"version": "0.1.0",
|
|
"license": "MIT",
|
|
"lint": false,
|
|
"exports": "./mod.ts",
|
|
"publish": {
|
|
"include": [
|
|
"build",
|
|
"dist",
|
|
"mod.ts",
|
|
"package.json",
|
|
"README.md",
|
|
"LICENSE",
|
|
"deno-src",
|
|
"src/types.ts",
|
|
".npmrc"
|
|
]
|
|
},
|
|
"imports": {
|
|
"@hk/photographer-toolbox": "jsr:@hk/photographer-toolbox@^0.1.12",
|
|
"@kunkun/api": "jsr:@kunkun/api@^0.0.52",
|
|
"@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"
|
|
}
|
|
}
|