mirror of
https://github.com/kunkunsh/kunkun-ext-image-processing.git
synced 2025-04-04 10:16:45 +00:00
19 lines
263 B
JSON
19 lines
263 B
JSON
{
|
|
"name": "@kunkun/ext-image-processing",
|
|
"version": "0.0.9",
|
|
"license": "MIT",
|
|
"exports": "./mod.ts",
|
|
"publish": {
|
|
"include": [
|
|
"build",
|
|
"dist",
|
|
"mod.ts",
|
|
"package.json",
|
|
"README.md",
|
|
"LICENSE",
|
|
"deno-src",
|
|
"src/types.ts"
|
|
]
|
|
}
|
|
}
|