{
  "name": "shadcn-typography",
  "version": "1.1.2",
  "description": "This is a collection of typography components created off of the shadcn/ui website. The components are built using Tailwind CSS and React.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.githubusercontent.com/kian1991/shadcn-typography/refs/heads/main/LICENSE.md"
    }
  ],
  "directories": {
    "lib": "lib",
    "components": "components"
  },
  "scripts": {
    "build": "npx @tailwindcss/cli -i ./src/styles.css -o dist/style.css && tsc",
    "prepublish": "npx @tailwindcss/cli -i ./src/styles.css -o dist/style.css && tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kian1991/shadcn-typography.git"
  },
  "keywords": [
    "shadcn",
    "typography",
    "components",
    "next.js",
    "react",
    "tailwindcss",
    "typescript",
    "ui",
    "reuseable",
    "forwardRef",
    "className"
  ],
  "author": "Kian Lütke",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kian1991/shadcn-typography/issues"
  },
  "homepage": "https://github.com/kian1991/shadcn-typography#readme",
  "peerDependencies": {
    "clsx": "^2.1.1",
    "tailwind-merge": "^3.3.1"
  },
  "devDependencies": {
    "@types/react": "^19.1.8",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "@tailwindcss/cli": "^4.1.11",
    "tailwindcss": "^4.1.11"
  }
}
