UNPKG

gel-typography

Version:

A flexible code implementation of the GEL Typography

47 lines (46 loc) 1.27 kB
{ "name": "gel-typography", "version": "6.0.0", "description": "A flexible code implementation of the GEL Typography", "main": "_typography.scss", "scripts": { "build": "npm run build:compressed && npm run build:expanded", "build:compressed": "sass --load-path=node_modules/ --style=compressed --no-source-map src/gel-typography.scss dist/gel-typography.min.css", "build:expanded": "sass --load-path=node_modules/ --style=expanded --no-source-map src/gel-typography.scss dist/gel-typography.css", "prettier": "prettier --write '{src/**/*,test/**/*,*}.{js,mjs,json,scss}'", "pretest": "npm run prettier", "test": "jest" }, "repository": { "type": "git", "url": "https://github.com/bbc/gel-typography.git" }, "keywords": [ "bbc", "gel", "typography" ], "ignore": [ "**/.*", "node_modules", "test", "tests", "dist", "src" ], "author": "BBC", "license": "MIT", "bugs": { "url": "https://github.com/bbc/gel-typography/issues" }, "homepage": "https://github.com/bbc/gel-typography", "devDependencies": { "jest": "29.7.0", "prettier": "3.5.3", "sass": "1.86.1" }, "dependencies": { "gel-sass-tools": "4.0.0", "sass-mq": "7.0.0-beta.1" } }