UNPKG

sharp-cli

Version:
50 lines (49 loc) 1.04 kB
{ "name": "sharp-cli", "version": "5.2.0", "description": "CLI for sharp.", "keywords": [ "cli", "jpeg", "libvips", "png", "sharp", "vips", "webp" ], "homepage": "https://github.com/vseventer/sharp-cli", "bugs": "https://github.com/vseventer/sharp-cli/issues", "license": "MIT", "author": "Mark van Seventer <mark@vseventer.com>", "repository": "vseventer/sharp-cli", "bin": { "sharp": "bin/cli.js" }, "main": "lib/", "scripts": { "pretest": "standard | snazzy", "test": "nyc mocha", "posttest": "nyc report --reporter=lcov" }, "dependencies": { "bubble-stream-error": "1.0.x", "glob": "11.0.x", "is-directory": "0.3.x", "lodash.pick": "3.1.0", "sharp": "0.34.2", "yargs": "^17.6.2" }, "devDependencies": { "fs-extra": "11.3.x", "mocha": "10.8.x", "must": "0.13.x", "nyc": "17.1.x", "sinon": "21.0.x", "snazzy": "9.0.x", "standard": "17.1.x", "tempy": "1.0.x" }, "engines": { "node": ">=18.17" } }