{
  "name": "react-svg-icon-generator-standardmetrics",
  "version": "0.5.4",
  "description": "Generate React Icon Component from SVG icons to show, resize and recolor them.",
  "main": "lib/index.js",
  "bin": {
    "svg-icon-generate": "bin/svg-icon-generate.js"
  },
  "scripts": {
    "clean": "rimraf lib dist",
    "build": "babel src --out-dir lib",
    "lint": "eslint src test examples",
    "test": "NODE_ENV=test mocha",
    "test:watch": "NODE_ENV=test mocha --watch",
    "test:cov": "babel-node ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha",
    "prepublish": "npm run clean && npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/blueberryapps/react-svg-icon-generator.git"
  },
  "keywords": [
    "react",
    "react-native",
    "svg",
    "icon"
  ],
  "author": "Blueberry, Ondrej Bartas",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/blueberryapps/react-svg-icon-generator/issues"
  },
  "homepage": "https://github.com/blueberryapps/react-svg-icon-generator",
  "devDependencies": {
    "babel": "^5.5.8",
    "babel-core": "^5.6.18",
    "babel-eslint": "^3.1.15",
    "babel-loader": "^5.1.4",
    "escope": "^3.3.0",
    "eslint": "^0.23",
    "eslint-config-airbnb": "0.0.6",
    "eslint-plugin-react": "^2.3.0",
    "expect": "^1.6.0",
    "gulp": ">=3",
    "mocha": "^5.0.5",
    "rimraf": "^2.3.4"
  },
  "dependencies": {
    "@babel/cli": "^7.19.3",
    "@babel/core": "^7.19.3",
    "bluebird": "^3.3.4",
    "invariant": "^2.0.0",
    "nunjucks": "^2.4.0",
    "svgo": "^0.6.2",
    "yargs": "^6.6.0"
  }
}
