{
  "name": "@carbon/type",
  "description": "Typography for digital and software products using the Carbon Design System",
  "version": "11.61.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/type"
  },
  "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 CarbonType && yarn build:types && carbon-cli check \"scss/*.scss\"",
    "clean": "rimraf css es lib umd",
    "postinstall": "ibmtelemetry --config=telemetry.yml"
  },
  "dependencies": {
    "@carbon/grid": "^11.56.0",
    "@carbon/layout": "^11.53.0",
    "@ibm/telemetry-js": "^1.5.0"
  },
  "devDependencies": {
    "@carbon/cli": "^11.44.0",
    "@carbon/test-utils": "^10.41.0",
    "change-case-all": "^2.1.0",
    "css": "^3.0.0",
    "rimraf": "^6.0.1",
    "typescript": "^5.7.3",
    "typescript-config-carbon": "^0.10.0"
  },
  "eyeglass": {
    "exports": false,
    "name": "@carbon/type",
    "sassDir": "scss",
    "needs": "^1.3.0"
  },
  "gitHead": "5bb41d341768785b898851fde30731cb31b981c2"
}
