{
  "name": "carbon__colors-ts",
  "description": "Colors for digital and software products using the Carbon Design System",
  "version": "0.0.1-alpha.31",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "module": "es/index.js",
  "repository": "https://github.com/IBM/carbon-elements/tree/master/packages/colors",
  "bugs": "https://github.com/IBM/carbon-elements/issues",
  "files": [
    "es",
    "lib",
    "scss",
    "umd"
  ],
  "keywords": [
    "eyeglass-module",
    "ibm",
    "elements",
    "carbon",
    "carbon-elements",
    "carbon-design-system"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "yarn clean && bundler bundle src/index.js --name CarbonColors && node tasks/build.js && bundler check 'scss/*.scss'",
    "clean": "rimraf css es lib umd scss"
  },
  "devDependencies": {
    "@carbon/bundler": "0.0.1-alpha.31",
    "@carbon/cli-reporter": "0.0.1-alpha.31",
    "change-case": "^3.0.2",
    "fs-extra": "^7.0.0",
    "node-sass": "^4.9.4",
    "prettier": "^1.14.3",
    "rimraf": "^2.6.2"
  },
  "eyeglass": {
    "exports": false,
    "name": "@carbon/colors",
    "sassDir": "scss",
    "needs": "^1.3.0"
  }
}
