{
  "name": "@vheemstra/imagemin-oxipng",
  "version": "1.0.0",
  "description": "oxipng imagemin plugin",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/vHeemstra/imagemin-oxipng.git"
  },
  "bugs": {
    "url": "https://github.com/vHeemstra/imagemin-oxipng/issues"
  },
  "author": {
    "name": "Philip van Heemstra",
    "email": "vanheemstra@gmail.com",
    "url": "https://github.com/vheemstra"
  },
  "maintainers": [
    {
      "name": "Philip van Heemstra",
      "email": "vanheemstra@gmail.com",
      "url": "https://github.com/vheemstra"
    }
  ],
  "type": "module",
  "exports": "./index.js",
  "types": "./index.d.ts",
  "engines": {
    "node": "^12.20.0 || ^14.13.1 || >=16.0.0"
  },
  "scripts": {
    "lint:test": "xo && ava",
    "test": "ava"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "keywords": [
    "compress",
    "image",
    "imageminplugin",
    "img",
    "png",
    "minify",
    "optimize",
    "oxipng"
  ],
  "dependencies": {
    "oxipng-bin": "^1.0.0",
    "exec-buffer": "^3.2.0",
    "is-png": "^3.0.1"
  },
  "devDependencies": {
    "ava": "^3.8.0",
    "xo": "^0.48.0"
  }
}
