{
  "name": "@dr.pogodin/babel-preset-svgr",
  "version": "2.0.0",
  "description": "Babel preset for SVG import into React apps.",
  "main": "index.js",
  "scripts": {
    "jest": "jest --no-cache",
    "lint": "eslint --cache",
    "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": "^8.0.1",
    "@babel/preset-env": "^8.0.2",
    "@babel/preset-react": "^8.0.1",
    "@dr.pogodin/eslint-configs": "^0.3.0-alpha.3",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/react": "^16.3.2",
    "babel-jest": "^30.4.1",
    "jest": "^30.4.2",
    "jest-environment-jsdom": "^30.4.1",
    "react": "^19.2.7",
    "react-dom": "^19.2.7"
  },
  "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": "^8.0.0"
  }
}
