use back to jsr.json, add import map

This commit is contained in:
Huakun Shen 2025-01-12 15:40:21 -05:00
parent ceae246ece
commit 4db8d65b5e
No known key found for this signature in database
9 changed files with 5 additions and 18 deletions

View File

@ -1,5 +1,3 @@
// deno-fmt-ignore-file
// deno-lint-ignore-file
import sharp from 'sharp';
import * as v from 'valibot';

View File

@ -1,5 +1,3 @@
// deno-fmt-ignore-file
// deno-lint-ignore-file
import sharp from 'sharp';
/**

View File

@ -1,6 +1,6 @@
{
"tasks": {
"dev": "deno run --watch main.ts"
"dev": "deno run --watch dev.ts"
},
"imports": {
"@hk/photographer-toolbox": "jsr:@hk/photographer-toolbox@^0.1.12",

View File

@ -1,5 +1,3 @@
// deno-fmt-ignore-file
// deno-lint-ignore-file
import { ExifDateTime, ExifTool } from 'exiftool-vendored';
// import { image } from '@hk/photographer-toolbox';

View File

@ -1,2 +0,0 @@
// deno-lint-ignore-file
// deno-fmt-ignore-file

View File

@ -1,5 +1,3 @@
// deno-fmt-ignore-file
// deno-lint-ignore-file
import type { API } from '../src/types.ts';
import { expose } from '@kunkun/api/runtime/deno';
import { image } from '@hk/photographer-toolbox';

View File

@ -1,5 +1,3 @@
// deno-fmt-ignore-file
// deno-lint-ignore-file
import { ExifDateTime } from 'exiftool-vendored';
import type { ImageMetadata } from '@hk/photographer-toolbox/types';
import { ImageMetadataMod } from '../src/types.ts';

View File

@ -1,7 +1,9 @@
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@kunkun/ext-image-processing",
"version": "0.0.17",
"version": "0.0.18",
"license": "MIT",
"lint": false,
"exports": "./mod.ts",
"publish": {
"include": [
@ -16,9 +18,6 @@
".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",

View File

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