{
  "name": "@dr.pogodin/babel-preset-svgr",
  "version": "1.9.2",
  "description": "Babel preset for SVG import into React apps.",
  "main": "index.js",
  "scripts": {
    "jest": "jest --no-cache",
    "lint": "eslint",
    "test": "npm run lint && npm run jest"
  },
  "homepage": "https://dr.pogodin.studio/docs/babel-preset-svgr",
  "bugs": {
    "url": "https://github.com/birdofpreyru/babel-preset-svgr/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/birdofpreyru/babel-preset-svgr.git"
  },
  "keywords": [
    "SVGR",
    "babel",
    "parser",
    "plugin",
    "babel-parser",
    "babel-plugin",
    "SVG",
    "React"
  ],
  "author": "Dr. Sergey Pogodin <doc@pogodin.studio> (https://dr.pogodin.studio)",
  "license": "MIT",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/birdofpreyru"
  },
  "devDependencies": {
    "@babel/core": "^7.28.0",
    "@babel/preset-env": "^7.28.0",
    "@babel/preset-react": "^7.27.1",
    "@dr.pogodin/eslint-configs": "^0.0.9",
    "@testing-library/dom": "^10.4.0",
    "@testing-library/react": "^16.3.0",
    "babel-jest": "^30.0.5",
    "jest": "^30.0.5",
    "jest-environment-jsdom": "^30.0.5",
    "react": "^19.1.0",
    "react-dom": "^19.1.0"
  },
  "dependencies": {
    "@svgr/core": "^8.1.0",
    "@svgr/plugin-jsx": "^8.1.0",
    "@svgr/plugin-prettier": "^8.1.0",
    "@svgr/plugin-svgo": "^8.1.0"
  },
  "peerDependencies": {
    "@babel/parser": "^7.28.0"
  }
}
