{
  "name": "imagemin-newer",
  "version": "3.0.1",
  "description": "Minify images with imagemin only if they need to be updated",
  "exports": "./index.js",
  "type": "module",
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "faucet"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/paulcpederson/imagemin-newer.git"
  },
  "bin": {
    "imagemin-newer": "bin/cli.js"
  },
  "keywords": [
    "minify",
    "jpg",
    "png",
    "gif",
    "svg",
    "image",
    "imagemin",
    "newer"
  ],
  "author": "Paul C Pederson <paul.c.pederson@gmail.com> (http://paulcpederson.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/paulcpederson/imagemin-newer/issues"
  },
  "homepage": "https://github.com/paulcpederson/imagemin-newer",
  "devDependencies": {
    "faucet": "0.0.1",
    "ncp": "^2.0.0",
    "rimraf": "^2.3.2",
    "tape": "^3.5.0"
  },
  "dependencies": {
    "cli-color": "^0.3.3",
    "glob": "^13.0.0",
    "imagemin": "^9.0.1",
    "imagemin-gifsicle": "^7.0.0",
    "imagemin-jpegtran": "^8.0.0",
    "imagemin-pngquant": "^10.0.0",
    "imagemin-svgo": "^11.0.1",
    "imagemin-webp": "^8.0.0",
    "yargs": "^3.6.0"
  }
}
