UNPKG

@carbon/type

Version:

Typography for digital and software products using the Carbon Design System

66 lines (65 loc) 1.67 kB
{ "name": "@carbon/type", "description": "Typography for digital and software products using the Carbon Design System", "version": "11.63.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.58.0", "@carbon/layout": "^11.55.0", "@ibm/telemetry-js": "^1.5.0" }, "devDependencies": { "@carbon/cli": "^11.46.0", "@carbon/test-utils": "^10.41.0", "change-case-all": "^2.1.0", "css": "^3.0.0", "rimraf": "^6.0.1", "typescript": "^6.0.3", "typescript-config-carbon": "^0.11.0" }, "eyeglass": { "exports": false, "name": "@carbon/type", "sassDir": "scss", "needs": "^1.3.0" }, "gitHead": "5102bd860864c2580048183ffaf50d1ffd4400b5" }