UNPKG

cwebp

Version:

node.js wrapper for cwebp and dwebp binaries from WebP image processing utility

41 lines (40 loc) 976 B
{ "author": "Leonid Beschastny <lbeschastny@iknow.travel>", "name": "cwebp", "description": "node.js wrapper for cwebp and dwebp binaries from WebP image processing utility", "keywords": [ "webp", "compress", "minify", "optimize", "img", "image" ], "version": "3.2.0", "repository": { "type": "git", "url": "https://github.com/Intervox/node-webp.git" }, "main": "lib/index.js", "scripts": { "clean": "rm -rf lib/ cwebp-*.tgz", "test": "mocha test/*.coffee", "list-files": "tar -tzf `npm pack | tail -n 1`", "prepack": "npm run clean && coffee -o lib/ -cb src/", "postpublish": "git push origin +HEAD:latest --follow-tags" }, "engines": { "node": ">=12" }, "dependencies": { "raw-body": "2" }, "devDependencies": { "coffeescript": "^1.10.0", "minimist": "^1.2.0", "mocha": "^10.2.0", "mock-spawn": "^0.2.5", "should": "^12.0.0", "stream-buffers": "2.1.0" } }