{
  "name": "@vital-ui/react-icon",
  "version": "0.10.5",
  "description": "",
  "main": "cjs/index.js",
  "module": "dist/index.js",
  "scripts": {
    "gen:icons": "svgr -d src lib/vital_icons --ext tsx --icon --replace-attr-values '#27aae1=currentColor'",
    "clean": "rm -rf dist lib",
    "compile": "tsc && tsc --module commonjs --outdir cjs"
  },
  "author": "Eric Yip (https://github.com/ericyip)",
  "license": "MIT",
  "peerDependencies": {
    "react": "^16",
    "styled-components": "*"
  },
  "devDependencies": {
    "@svgr/cli": "3.1.0",
    "typescript": "3.3.4000"
  },
  "dependencies": {
    "classnames": "^2.2.6"
  },
  "gitHead": "6f0d3f67b68ca6f2b5e9b239326910b914b43d36"
}
