UNPKG

@carbon/icons

Version:

Icons for digital and software products using the Carbon Design System

53 lines (52 loc) 1.27 kB
{ "name": "@carbon/icons", "description": "Icons for digital and software products using the Carbon Design System", "version": "11.59.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.26.0", "@carbon/icon-build-helpers": "^1.37.0", "rimraf": "^6.0.0" }, "dependencies": { "@ibm/telemetry-js": "^1.5.0" }, "gitHead": "01b2d2b1c2d901921c615dcbdb85e0a2340b67e6" }