UNPKG

@capsizecss/metrics

Version:

Font metrics library for system and Google fonts

67 lines 1.72 kB
{ "name": "@capsizecss/metrics", "version": "4.0.0", "description": "Font metrics library for system and Google fonts", "keywords": [ "capsize", "leading trim", "white space", "baseline", "basekick", "cap height", "typography", "line gap", "leading" ], "repository": { "type": "git", "url": "https://github.com/seek-oss/capsize.git", "directory": "packages/metrics" }, "license": "MIT", "author": { "name": "Michael Taranto", "homepage": "https://github.com/michaeltaranto" }, "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.cjs" }, "./entireMetricsCollection": { "import": "./dist/entireMetricsCollection.mjs", "require": "./dist/entireMetricsCollection.cjs" }, "./package.json": "./package.json", "./*": { "types": "./entireMetricsCollection/*/index.d.ts", "import": "./entireMetricsCollection/*/index.mjs", "require": "./entireMetricsCollection/*/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.cts", "files": [ "dist", "entireMetricsCollection" ], "devDependencies": { "@types/cli-progress": "^3.9.2", "cli-progress": "^3.9.1", "del": "^6.0.0", "p-queue": "^6.6.2", "sort-keys": "^5.0.0", "tsx": "^4.7.0", "typescript": "^5.9.3", "@capsizecss/unpack": "4.0.0" }, "scripts": { "build": "tsdown", "changeset": "tsx ./scripts/changeset.ts", "clean": "tsx ./scripts/clean.ts", "download": "tsx ./scripts/download.ts", "extract": "tsx ./scripts/extract.ts", "generate": "pnpm clean && tsx ./scripts/generate.ts" } }