Huakun Shen 0c7da3ca30
fix: add .npmrc to deno-src to fix @jsr npm scope problem
All imports in deno typescript file are auto converted to npm packages under @jsr scope. This requires mapping scope to jsr's registry
2025-01-12 03:26:57 -05:00

20 lines
277 B
JSON

{
"name": "@kunkun/ext-image-processing",
"version": "0.0.11",
"license": "MIT",
"exports": "./mod.ts",
"publish": {
"include": [
"build",
"dist",
"mod.ts",
"package.json",
"README.md",
"LICENSE",
"deno-src",
"src/types.ts",
".npmrc"
]
}
}