mirror of
https://github.com/kunkunsh/kunkun-ext-image-processing.git
synced 2025-04-04 10:16:45 +00:00
22 lines
360 B
JSON
22 lines
360 B
JSON
{
|
|
"$schema": "https://jsr.io/schema/config-file.v1.json",
|
|
"name": "@kunkun/ext-image-processing",
|
|
"version": "0.0.14",
|
|
"license": "MIT",
|
|
"exports": "./mod.ts",
|
|
"publish": {
|
|
"include": [
|
|
"build",
|
|
"dist",
|
|
"mod.ts",
|
|
"package.json",
|
|
"README.md",
|
|
"LICENSE",
|
|
"deno-src",
|
|
"src/types.ts",
|
|
".npmrc"
|
|
]
|
|
},
|
|
"exclude": ["deno-src"]
|
|
}
|