{
  "name": "@firstfleet/imagemin-brunch",
  "version": "2.0.1",
  "description": "Fork of stawberri/imagemin-brunch. Simple image minification for brunch",
  "exports": "./index.js",
  "type": "module",
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "scripts": {
    "send": "npm publish --access public",
    "sendbeta": "npm publish --access public --tag beta",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/firstfleetinc/imagemin-brunch.git"
  },
  "keywords": [
    "brunch",
    "brunchplugin",
    "imagemin",
    "image",
    "photo",
    "optimize",
    "optimise",
    "minify",
    "minifier"
  ],
  "author": "FFIT",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/firstfleetinc/imagemin-brunch/issues"
  },
  "homepage": "https://github.com/firstfleetinc/imagemin-brunch#readme",
  "dependencies": {
    "imagemin": "^9.0.1",
    "loggy": "^1.0.8",
    "plur": "^5.1.0",
    "pretty-bytes": "^7.0.0"
  },
  "optionalDependencies": {
    "imagemin-gifsicle": "^7.0.0",
    "imagemin-jpegtran": "^8.0.0",
    "imagemin-optipng": "^8.0.0",
    "imagemin-svgo": "^11.0.1"
  },
  "volta": {
    "node": "22.18.0"
  }
}
