@carbon/colors
Version:
Colors for digital and software products using the Carbon Design System
67 lines (66 loc) • 1.76 kB
JSON
{
"name": "@carbon/colors",
"description": "Colors for digital and software products using the Carbon Design System",
"version": "11.52.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"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:types": "tsc -p tsconfig.types.json",
"build": "yarn clean && carbon-cli bundle src/index.ts --name CarbonColors && node tasks/build.js && yarn build:types && carbon-cli check \"scss/*.scss\"",
"clean": "rimraf css es lib umd scss index.scss",
"postinstall": "ibmtelemetry --config=telemetry.yml"
},
"devDependencies": {
"@carbon/cli": "^11.44.0",
"@carbon/cli-reporter": "^10.8.0",
"@carbon/scss-generator": "^10.20.0",
"@carbon/test-utils": "^10.41.0",
"change-case-all": "^2.1.0",
"fs-extra": "^11.0.0",
"rimraf": "^6.0.1",
"typescript": "^5.7.3",
"typescript-config-carbon": "^0.10.0"
},
"sideEffects": false,
"eyeglass": {
"exports": false,
"name": "@carbon/colors",
"sassDir": "scss",
"needs": "^1.3.0"
},
"dependencies": {
"@ibm/telemetry-js": "^1.5.0"
},
"gitHead": "2d98f4ee9914fa44acba58f62599c3f5382acad0"
}