UNPKG

@carbon/colors

Version:

Colors for digital and software products using the Carbon Design System

63 lines (62 loc) 1.58 kB
{ "name": "@carbon/colors", "description": "Colors for digital and software products using the Carbon Design System", "version": "11.34.0", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", "sass": "index.scss", "repository": { "type": "git", "url": "https://github.com/carbon-design-system/carbon.git", "directory": "packages/colors" }, "bugs": "https://github.com/carbon-design-system/carbon/issues", "files": [ "es", "lib", "scss", "umd", "index.scss", "telemetry.yml" ], "keywords": [ "eyeglass-module", "ibm", "elements", "carbon", "carbon-elements", "carbon-design-system", "components", "react" ], "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonColors && node tasks/build.js && carbon-cli check \"scss/*.scss\"", "clean": "rimraf css es lib umd scss index.scss", "postinstall": "ibmtelemetry --config=telemetry.yml" }, "devDependencies": { "@carbon/cli": "^11.28.0", "@carbon/cli-reporter": "^10.7.0", "@carbon/scss-generator": "^10.19.0", "@carbon/test-utils": "^10.36.0", "change-case": "^4.1.1", "fs-extra": "^11.0.0", "rimraf": "^6.0.0" }, "sideEffects": false, "eyeglass": { "exports": false, "name": "@carbon/colors", "sassDir": "scss", "needs": "^1.3.0" }, "dependencies": { "@ibm/telemetry-js": "^1.5.0" }, "gitHead": "f6debacbfe06fa5c31f70809e15762dc30096d70" }