{
  "name": "netlify-plugin-minify-html",
  "version": "0.3.1",
  "description": "A plugin to add HTML minification as a post-processing optimisation in Netlify",
  "main": "index.js",
  "keywords": [
    "Netlify",
    "Plugin",
    "Optimisation",
    "Performance"
  ],
  "author": "Phil Hawksworth",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/philhawksworth/netlify-plugin-minify-html"
  },
  "dependencies": {
    "@node-minify/core": "^5.3.0",
    "@node-minify/html-minifier": "^5.3.0"
  }
}
