{
  "name": "@rocketsoftware/icons-react",
  "description": "React components for icons",
  "version": "2.0.0",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "module": "es/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/carbon-design-system/carbon.git",
    "directory": "packages/icons-react"
  },
  "bugs": "https://github.com/carbon-design-system/carbon/issues",
  "files": [
    "es",
    "lib",
    "umd",
    "next"
  ],
  "keywords": [
    "rocketsoftware",
    "elements",
    "carbon",
    "carbon-elements",
    "carbon-design-system",
    "components",
    "react",
    "ibm"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "yarn clean && node tasks/build.js",
    "clean": "rimraf es lib umd next",
    "postinstall": "carbon-telemetry collect --install"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "dependencies": {
    "@carbon/telemetry": "0.0.0-alpha.6",
    "@rocketsoftware/icon-helpers": "^2.0.0",
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "@carbon/icon-build-helpers": "^2.0.0",
    "@rocketsoftware/icons": "^2.0.0",
    "rimraf": "^3.0.2"
  },
  "sideEffects": false,
  "gitHead": "e8ae13258e1fd849aec2fa69393d3c13f1cb5cb4"
}
