{
  "name": "@svgr/babel-preset",
  "description": "SVGR preset that apply transformations from config",
  "version": "6.5.1",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./package.json": "./package.json"
  },
  "repository": "https://github.com/gregberge/svgr/tree/main/packages/babel-preset",
  "author": "Greg Bergé <berge.greg@gmail.com>",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "babel-plugin",
    "babel-preset"
  ],
  "engines": {
    "node": ">=10"
  },
  "homepage": "https://react-svgr.com",
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/gregberge"
  },
  "license": "MIT",
  "dependencies": {
    "@svgr/babel-plugin-add-jsx-attribute": "^6.5.1",
    "@svgr/babel-plugin-remove-jsx-attribute": "*",
    "@svgr/babel-plugin-remove-jsx-empty-expression": "*",
    "@svgr/babel-plugin-replace-jsx-attribute-value": "^6.5.1",
    "@svgr/babel-plugin-svg-dynamic-title": "^6.5.1",
    "@svgr/babel-plugin-svg-em-dimensions": "^6.5.1",
    "@svgr/babel-plugin-transform-react-native-svg": "^6.5.1",
    "@svgr/babel-plugin-transform-svg-component": "^6.5.1"
  },
  "peerDependencies": {
    "@babel/core": "^7.0.0-0"
  },
  "scripts": {
    "reset": "rm -rf dist",
    "build": "rollup -c ../../build/rollup.config.js",
    "prepublishOnly": "npm run reset && npm run build"
  },
  "gitHead": "d5efedd372999692f84d30072e502b5a6b8fe734"
}
