mirror of
https://github.com/kunkunsh/kunkun-ext-image-processing.git
synced 2025-04-03 18:06:42 +00:00
debug jsr
This commit is contained in:
parent
e20b0843e3
commit
ceae246ece
31
deno.json
Normal file
31
deno.json
Normal 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"
|
||||
}
|
||||
}
|
21
jsr.json
21
jsr.json
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user