UNPKG

image-utility-library

Version:

A Node.js library for compressing, resizing, cropping, and applying effects to images.

43 lines 972 B
{ "name": "image-utility-library", "version": "1.1.0", "description": "A Node.js library for compressing, resizing, cropping, and applying effects to images.", "main": "src/index.js", "scripts": { "start": "node src/index.js", "test": "node test.js", "build": "echo \"Build complete\"", "prepublishOnly": "npm run test" }, "keywords": [ "image", "compression", "resize", "crop", "image-processing", "sharp", "jimp", "nodejs", "zip", "image-conversion", "image-optimization", "image-upload", "image-download", "image-utility" ], "author": "", "license": "MIT", "type": "module", "dependencies": { "archiver": "^7.0.1", "busboy": "^1.6.0", "imagemin": "^9.0.0", "imagemin-mozjpeg": "^10.0.0", "imagemin-pngquant": "^10.0.0", "jimp": "^1.6.0", "multer": "^1.4.5-lts.1", "node-cache": "^5.1.2", "sharp": "^0.33.5" }, "devDependencies": {} }