debug jsr

This commit is contained in:
Huakun Shen 2025-01-12 15:34:02 -05:00
parent e20b0843e3
commit ceae246ece
No known key found for this signature in database
3 changed files with 32 additions and 22 deletions

31
deno.json Normal file
View File

@ -0,0 +1,31 @@
{
"name": "@kunkun/ext-image-processing",
"version": "0.0.17",
"license": "MIT",
"exports": "./mod.ts",
"publish": {
"include": [
"build",
"dist",
"mod.ts",
"package.json",
"README.md",
"LICENSE",
"deno-src",
"src/types.ts",
".npmrc"
]
},
"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.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"
}
}

View File

@ -1,21 +0,0 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@kunkun/ext-image-processing",
"version": "0.0.16",
"license": "MIT",
"lint": false,
"exports": "./mod.ts",
"publish": {
"include": [
"build",
"dist",
"mod.ts",
"package.json",
"README.md",
"LICENSE",
"deno-src",
"src/types.ts",
".npmrc"
]
}
}

View File

@ -1,7 +1,7 @@
{
"$schema": "https://schema.kunkun.sh",
"name": "image-processing",
"version": "0.0.16",
"version": "0.0.17",
"kunkun": {
"name": "Image Processing",
"shortDescription": "Image Processing",