@typographist/postcss
Version:
Toolkit for the rapid construction of interfaces with high quality typography.
57 lines (56 loc) • 1.48 kB
JSON
{
"name": "@typographist/postcss",
"version": "7.0.6",
"description": "Toolkit for the rapid construction of interfaces with high quality typography.",
"main": "src/index.js",
"scripts": {
"commit": "../../node_modules/.bin/git-cz",
"size": "cross-env size-limit",
"pretty": "../../node_modules/.bin/prettier --write '**/*.{j,t}{s,sx}'",
"lint": "../../node_modules/.bin/eslint --fix .",
"test": "../../node_modules/.bin/jest --colors",
"test:watch": "../../node_modules/.bin/jest --colors --watch"
},
"license": "MIT",
"homepage": "https://github.com/mg901/typographist/postcss#readme",
"repository": {
"type": "git",
"url": "https://github.com/mg901/typographist/postcss.git"
},
"bugs": {
"url": "https://github.com/mg901/typographist/postcss/issues"
},
"author": "mg901 <mgreen097@gmail.com>",
"keywords": [
"postcss",
"css-in-js",
"design",
"golden-ratio",
"modular",
"micro-module",
"vertical-rhythm",
"fluid-typography",
"responsive-typography",
"typography",
"web-typography",
"modular-scale",
"musical-scales",
"ratio",
"scale",
"typographist"
],
"publishConfig": {
"access": "public"
},
"peerDependencies": {
"postcss": "^8.1.4"
},
"dependencies": {
"@typographist/core": "^27.0.3",
"@typographist/modular-scale": "^1.1.13",
"@typographist/utils": "^3.0.1"
},
"devDependencies": {
"postcss": "^8.1.6"
}
}