{
  "name": "gatsby-plugin-zopfli",
  "version": "2.0.0",
  "description": "Gatsby plugin for preparing zopfli-compressed versions of assets",
  "main": "index.js",
  "scripts": {
    "lint": "standard",
    "test": "standard && tap test/*.test.js --coverage --100",
    "test:debug": "standard && tap test/*.test.js --coverage --save-fixture",
    "test:report": "standard && tap test/*.test.js --coverage  --coverage-report=html --100",
    "posttest": "tap --coverage --coverage-report=lcovonly"
  },
  "keywords": [
    "compress",
    "gatsby",
    "gatsby-plugin",
    "gzip",
    "zopfli"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ovhemert/gatsby-plugin-zopfli.git"
  },
  "author": "Osmond van Hemert <hello@ovhemert.dev> (https://ovhemert.dev)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ovhemert/gatsby-plugin-zopfli/issues"
  },
  "homepage": "https://github.com/ovhemert/gatsby-plugin-zopfli#readme",
  "dependencies": {
    "@gfx/zopfli": "^1.0.15",
    "glob": "^7.1.6",
    "mkdirp": "^1.0.4",
    "piscina": "^1.6.3"
  },
  "devDependencies": {
    "sinon": "^9.0.2",
    "standard": "^14.3.4",
    "tap": "^14.10.8"
  }
}
