UNPKG

gifsicle

Version:

gifsicle wrapper that makes it seamlessly available as a local dependency

51 lines (50 loc) 919 B
{ "name": "gifsicle", "version": "7.0.1", "description": "gifsicle wrapper that makes it seamlessly available as a local dependency", "license": "MIT", "repository": "imagemin/gifsicle-bin", "type": "module", "exports": "./index.js", "funding": { "url": "https://github.com/imagemin/gisicle-bin?sponsor=1" }, "bin": { "gifsicle": "cli.js" }, "engines": { "node": "^14.13.1 || >=16.0.0" }, "scripts": { "postinstall": "node lib/install.js", "test": "xo && ava --timeout=60s" }, "files": [ "index.js", "cli.js", "lib", "vendor/source" ], "keywords": [ "imagemin", "gif", "img", "image", "compress", "minify", "optimize", "gifsicle" ], "dependencies": { "bin-build": "^3.0.0", "bin-wrapper": "^4.0.0", "execa": "^6.1.0" }, "devDependencies": { "ava": "^4.2.0", "bin-check": "^4.0.1", "compare-size": "^3.0.0", "tempy": "^3.0.0", "xo": "^0.48.0" } }