UNPKG

gel-typography

Version:

A flexible code implementation of the GEL Typography

49 lines (48 loc) 1.46 kB
{ "name": "gel-typography", "version": "6.1.7", "description": "A flexible code implementation of the GEL Typography", "main": "_typography.scss", "scripts": { "build": "npm run sass:compressed && npm run sass:expanded && npm run sass:demo", "sass:compressed": "sass --load-path=node_modules/ --style=compressed --no-source-map src/gel-typography.scss dist/gel-typography.min.css", "sass:expanded": "sass --load-path=node_modules/ --style=expanded --no-source-map src/gel-typography.scss dist/gel-typography.css", "sass:demo": "sass --load-path=node_modules/ --style=expanded --no-source-map docs/assets/sass/_main.scss docs/assets/css/gel-typography-demo.css", "prettier": "prettier . '!**/*.md' '!dist/**/*' --write", "test": "npm run prettier && npm run vitest", "vitest": "vitest run" }, "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", "dependencies": { "gel-sass-tools": "4.1.5", "sass-mq": "7.0.0" }, "devDependencies": { "jsdom": "29.1.1", "prettier": "3.8.3", "sass": "1.99.0", "vitest": "4.1.5" } }