{
  "name": "img-webpify",
  "version": "2.1.1",
  "description": "A modern and robust Node.js library for converting images to and from the WebP format. This library is a wrapper around Google's pre-compiled cwebp, dwebp, gwebp, and webpmux command-line utilities.",
  "main": "src/webpconverter.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node app.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/S0ura4/convert2webp.git"
  },
  "keywords": [
    "webp",
    "webpconverter",
    "webp-converter",
    "convert2webp",
    "image-conversion",
    "image-converter-webp",
    "image-converter",
    "cwebp",
    "dwebp",
    "gif2webp",
    "webpmux"
  ],
  "files": [
    "LICENSE",
    "README.md",
    "app.js",
    "src/webpconverter.js",
    "src/buffer_utils.js",
    "src/temp_path.js",
    "src/cwebp.js",
    "src/dwebp.js",
    "src/gwebp.js",
    "src/webpmux.js",
    "bin/",
    "images/",
    "temp/"
  ],
  "dependencies": {
    "uuid": "^11.1.0"
  },
  "author": "Sourav",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/S0ura4/convert2webp/issues"
  },
  "homepage": "https://github.com/S0ura4/convert2webp#readme"
}