{
  "name": "@capsizecss/core",
  "version": "4.1.3",
  "description": "Flipping how we define typography",
  "keywords": [
    "capsize",
    "leading trim",
    "white space",
    "baseline",
    "basekick",
    "cap height",
    "typography",
    "line gap",
    "leading",
    "fallback font",
    "font metrics",
    "ascent override",
    "descent override",
    "line gap override",
    "size adjust",
    "content layout shift",
    "cls"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/seek-oss/capsize.git",
    "directory": "packages/core"
  },
  "license": "MIT",
  "author": {
    "name": "Michael Taranto",
    "homepage": "https://github.com/michaeltaranto"
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "files": [
    "dist"
  ],
  "dependencies": {
    "csstype": "^3.1.1"
  },
  "devDependencies": {
    "@emotion/css": "^11.11.2"
  },
  "scripts": {
    "build": "tsdown"
  }
}