pica-resize-image
Version:
A resize image plugin for Pica
45 lines (44 loc) • 1.07 kB
JSON
{
"name": "pica-resize-image",
"version": "0.0.5",
"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 && cp ./src/index.d.ts ./dist/"
},
"keywords": [
"pica",
"resize",
"image",
"resize-image"
],
"license": "MIT",
"devDependencies": {
"@types/bun": "latest",
"@types/pica": "^9.0.5"
},
"peerDependencies": {
"typescript": "^5.8.3",
"pica": "^9.0.1"
}
}