UNPKG

pica-resize-image

Version:
45 lines (44 loc) 1.07 kB
{ "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" } }