{
  "name": "@svgr/plugin-jsx",
  "description": "Transform SVG into JSX",
  "version": "4.1.0",
  "main": "lib/index.js",
  "repository": "git@github.com:smooth-code/svgr.git",
  "author": "Greg Bergé <berge.greg@gmail.com>",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "svgr-plugin"
  ],
  "engines": {
    "node": ">=8"
  },
  "license": "MIT",
  "scripts": {
    "prebuild": "rm -rf lib/",
    "build": "babel --config-file ../../babel.config.js -d lib --ignore \"**/*.test.js\" src",
    "prepublishOnly": "yarn run build"
  },
  "dependencies": {
    "@babel/core": "^7.1.6",
    "@svgr/babel-preset": "^4.1.0",
    "@svgr/hast-util-to-babel-ast": "^4.1.0",
    "rehype-parse": "^6.0.0",
    "unified": "^7.0.2",
    "vfile": "^3.0.1"
  },
  "gitHead": "36a43e2d45469d6ff9aae6d4de004487fc649f03"
}
