pica-resize-image
Version:
A resize image plugin for Pica
50 lines (49 loc) • 1.34 kB
JSON
{
"name": "pica-resize-image",
"version": "0.0.6",
"description": "A resize image plugin for Pica",
"main": "dist/index.js",
"module": "dist/index.js",
"browser": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/theanh-it/pica-resize-image.git"
},
"homepage": "https://github.com/theanh-it/pica-resize-image#readme",
"bugs": {
"url": "https://github.com/theanh-it/pica-resize-image/issues"
},
"author": {
"name": "The Anh",
"email": "theanhit.com@gmail.com",
"url": "https://github.com/theanh-it"
},
"files": [
"dist"
],
"scripts": {
"build": "bun build ./src/index.ts --outdir ./dist --target browser --format esm --external pica --external heic2any && cp ./src/index.d.ts ./dist/",
"build:no-external": "bun build ./src/index.ts --outdir ./dist --target browser --format esm && cp ./src/index.d.ts ./dist/",
"test": "bun test",
"test:watch": "bun test --watch"
},
"keywords": [
"pica",
"resize",
"image",
"resize-image"
],
"license": "MIT",
"devDependencies": {
"@types/bun": "latest",
"@types/pica": "^9.0.5",
"happy-dom": "^20.0.10"
},
"peerDependencies": {
"typescript": "^5.8.3",
"pica": "^9.0.1",
"heic2any": "^0.0.4"
}
}