{
  "name": "@mingchuno/babel-plugin-inline-react-svg",
  "version": "1.1.0",
  "description": "A babel plugin that optimizes and inlines SVGs for your react components.",
  "main": "lib/index.js",
  "scripts": {
    "test": "npm run tests-only",
    "pretests-only": "npm run build",
    "tests-only": "babel-node test/sanity.js",
    "build": "babel src --out-dir lib",
    "lint": "eslint src/",
    "prepublish": "npm run build",
    "pretest": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mingchuno/babel-plugin-inline-react-svg.git"
  },
  "keywords": [
    "babel",
    "plugin",
    "react",
    "svg",
    "inline"
  ],
  "author": "Jordan Gensler <jordan.gensler@airbnb.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mingchuno/babel-plugin-inline-react-svg/issues"
  },
  "homepage": "https://github.com/mingchuno/babel-plugin-inline-react-svg#readme",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/node": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "babel-preset-airbnb": "^3.0.1",
    "eslint": "^5.7.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.11.1",
    "react": "^15.3.1"
  },
  "peerDependencies": {
    "@babel/core": "^7.0.0"
  },
  "dependencies": {
    "@babel/helper-plugin-utils": "^7.0.0",
    "@babel/parser": "^7.0.0",
    "lodash.isplainobject": "^4.0.6",
    "resolve": "^1.8.1",
    "svgo": "^0.7.2"
  }
}
