{
  "name": "@carbon/type",
  "description": "Typography for digital and software products using the Carbon Design System",
  "version": "10.9.1",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "module": "es/index.js",
  "repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/type",
  "bugs": "https://github.com/carbon-design-system/carbon/issues",
  "files": [
    "es",
    "lib",
    "scss",
    "src",
    "umd"
  ],
  "keywords": [
    "eyeglass-module",
    "ibm",
    "elements",
    "carbon",
    "carbon-elements",
    "carbon-design-system",
    "components",
    "react"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "yarn clean && bundler bundle src/index.js --name CarbonType && bundler sassdoc \"scss/**/*.scss\" -i \"**/{_inlined,vendor}**\" && bundler inline && bundler check \"scss/*.scss\"",
    "clean": "rimraf css es lib umd scss/_inlined scss/vendor"
  },
  "dependencies": {
    "@carbon/import-once": "^10.3.0",
    "@carbon/layout": "^10.8.1"
  },
  "devDependencies": {
    "@carbon/bundler": "^10.6.0",
    "@carbon/test-utils": "^10.7.0",
    "change-case": "^4.1.1",
    "rimraf": "^3.0.0"
  },
  "eyeglass": {
    "exports": false,
    "name": "@carbon/type",
    "sassDir": "scss",
    "needs": "^1.3.0"
  },
  "gitHead": "7d43dabaf011f2bcc70798b96c30173f7fc54e44"
}
