UNPKG

@carbon/icon-helpers

Version:

Helpers used alongside icons for digital and software products using the Carbon Design System

50 lines (49 loc) 1.25 kB
{ "name": "@carbon/icon-helpers", "description": "Helpers used alongside icons for digital and software products using the Carbon Design System", "version": "10.74.0", "license": "Apache-2.0", "main": "lib/index.js", "types": "lib/index.d.ts", "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", "telemetry.yml" ], "keywords": [ "ibm", "elements", "carbon", "carbon-elements", "carbon-design-system", "components", "react" ], "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build": "yarn clean && carbon-cli bundle src/index.ts --name CarbonIconHelpers --dts", "clean": "rimraf es lib umd", "postinstall": "ibmtelemetry --config=telemetry.yml" }, "devDependencies": { "@carbon/cli": "^11.42.0", "rimraf": "^6.0.1", "typescript-config-carbon": "^0.9.0" }, "sideEffects": false, "dependencies": { "@ibm/telemetry-js": "^1.5.0" }, "gitHead": "aeaaa31889990fc76c7e0e8a29ec0bf96ce33f82" }