From ceae246ece91d11e0feeaf82751571f495d387aa Mon Sep 17 00:00:00 2001 From: Huakun Shen Date: Sun, 12 Jan 2025 15:34:02 -0500 Subject: [PATCH] debug jsr --- deno.json | 31 +++++++++++++++++++++++++++++++ jsr.json | 21 --------------------- package.json | 2 +- 3 files changed, 32 insertions(+), 22 deletions(-) create mode 100644 deno.json delete mode 100644 jsr.json diff --git a/deno.json b/deno.json new file mode 100644 index 0000000..13eadbf --- /dev/null +++ b/deno.json @@ -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" + } +} diff --git a/jsr.json b/jsr.json deleted file mode 100644 index 6e076df..0000000 --- a/jsr.json +++ /dev/null @@ -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" - ] - } -} diff --git a/package.json b/package.json index 14bdbf8..baedc28 100644 --- a/package.json +++ b/package.json @@ -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",