{ "name": "@carbon/icon-helpers", "description": "Helpers used alongside icons for digital and software products using the Carbon Design System", "version": "10.36.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/icon-helpers" }, "bugs": "https://github.com/carbon-design-system/carbon/issues", "files": [ "es", "lib", "umd" ], "keywords": [ "ibm", "elements", "carbon", "carbon-elements", "carbon-design-system", "components", "react" ], "publishConfig": { "access": "public" }, "scripts": { "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonIconHelpers", "clean": "rimraf es lib umd" }, "devDependencies": { "@carbon/cli": "^11.7.0", "rimraf": "^3.0.0" }, "sideEffects": false, "gitHead": "8206000d08eba6a443d7846b692a3543a47a6e66" }