{
  "name": "gatsby-plugin-svgr-svgo",
  "version": "2.0.0",
  "description": "Plugin allows you to use SVGs as react components, configure SVGO(SVG optimization) settings and declare rules for SVG url loader with or without optimization.",
  "main": "index.js",
  "author": "pixel-point",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pixel-point/gatsby-plugin-svgr-svgo.git"
  },
  "bugs": {
    "url": "https://github.com/pixel-point/gatsby-plugin-svgr-svgo/issues",
    "email": "info@pixelpoint.io"
  },
  "homepage": "https://github.com/pixel-point/gatsby-plugin-svgr-svgo",
  "keywords": [
    "gatsby",
    "gatsby-plugin",
    "svgr",
    "svgo",
    "inline-svg",
    "url-loader",
    "react-svg",
    "react-svgo",
    "svg"
  ],
  "dependencies": {
    "svgo": "^2.8.0",
    "svgo-loader": "^3.0.0"
  },
  "peerDependencies": {
    "@svgr/webpack": ">=5.0.0",
    "gatsby": ">3.0.0"
  }
}
