@carbon/type
Version:
Typography for digital and software products using the Carbon Design System
62 lines (61 loc) • 1.48 kB
JSON
{
"name": "@carbon/type",
"description": "Typography for digital and software products using the Carbon Design System",
"version": "11.37.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"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",
"src",
"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 CarbonType && carbon-cli check \"scss/*.scss\"",
"clean": "rimraf css es lib umd",
"postinstall": "ibmtelemetry --config=telemetry.yml"
},
"dependencies": {
"@carbon/grid": "^11.33.0",
"@carbon/layout": "^11.31.0",
"@ibm/telemetry-js": "^1.5.0"
},
"devDependencies": {
"@carbon/cli": "^11.24.0",
"@carbon/test-utils": "^10.35.0",
"change-case": "^4.1.1",
"css": "^3.0.0",
"rimraf": "^6.0.0"
},
"eyeglass": {
"exports": false,
"name": "@carbon/type",
"sassDir": "scss",
"needs": "^1.3.0"
},
"gitHead": "af9ae8856cd0db974257bf1015d684e1ed204514"
}