{
  "name": "vite-plugin-svgr-component",
  "version": "1.0.1",
  "description": "⚛️ Vite zero-config customizable plugin to import SVG and transform it to a React component in a simple way",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "client.d.ts"
  ],
  "scripts": {
    "build": "rm -rf lib && tsc",
    "prepublish": "npm run build",
    "prepack": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/chempogonzalez/vite-plugin-svgr-component.git"
  },
  "keywords": [
    "vite",
    "plugin",
    "svgr",
    "react",
    "svg",
    "component"
  ],
  "author": "Chempo",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/chempogonzalez/vite-plugin-svgr-component/issues"
  },
  "homepage": "https://github.com/chempogonzalez/vite-plugin-svgr-component#readme",
  "devDependencies": {
    "@types/micromatch": "^4.0.2",
    "@types/node": "17.0.16",
    "typescript": "4.5.5",
    "vite": "2.7.13"
  },
  "dependencies": {
    "@svgr/core": "6.2.1",
    "micromatch": "4.0.4"
  },
  "peerDependencies": {
    "react": ">= 17.0.2",
    "vite": ">= 2.7.13"
  }
}
