{
  "name": "tailwindcss-fluid-typography",
  "version": "1.0.5",
  "description": "A fluid typography plugin for Tailwind CSS with support for font-size, line-height and letter-spacing properties.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "scripts": {
    "prepack": "tsc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/prototypdigital/tailwindcss-fluid-typography.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "tailwind",
    "tailwindcss",
    "fluid",
    "typography",
    "fluid-typo",
    "tracking",
    "leading"
  ],
  "author": "Sebastijan Dumančić <sebastijan@prototyp.digital>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/prototypdigital/tailwindcss-fluid-typography/issues"
  },
  "homepage": "https://github.com/prototypdigital/tailwindcss-fluid-typography#readme",
  "devDependencies": {
    "tailwindcss": "^3.3.3",
    "typescript": "^5.2.2"
  },
  "peerDependencies": {
    "tailwindcss": ">=2.0.0"
  }
}
