{
  "name": "@carbon/icons",
  "description": "Icons for digital and software products using the Carbon Design System",
  "version": "11.76.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"
  },
  "bugs": "https://github.com/carbon-design-system/carbon/issues",
  "files": [
    "es",
    "lib",
    "scss",
    "svg",
    "build-info.json",
    "metadata.json",
    "telemetry.yml"
  ],
  "keywords": [
    "ibm",
    "elements",
    "carbon",
    "carbon-elements",
    "carbon-design-system",
    "components",
    "react"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "yarn clean && node tasks/build.js",
    "ci-check": "node tasks/ci-check.js",
    "clean": "rimraf es lib metadata.json svg",
    "prepublishOnly": "yarn build",
    "postinstall": "ibmtelemetry --config=telemetry.yml"
  },
  "devDependencies": {
    "@carbon/cli": "^11.41.0",
    "@carbon/icon-build-helpers": "^1.54.0",
    "rimraf": "^6.0.1"
  },
  "dependencies": {
    "@ibm/telemetry-js": "^1.5.0"
  },
  "gitHead": "4f48ac426be7302a57460b1c81d74dd5d6071ad6"
}
