{
  "name": "react-uzprogers-textstyle",
  "version": "1.3.2",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
   "keywords": [
    "react",
    "text",
    "style",
    "uzprogers",
    "design-system",
    "typography"
  ],
  "author": "Ulug'bek",
  "license": "MIT",
  "dependencies": {
    "clsx": "^2.1.1",
    "react": "^18.0.0"
  },
  "peerDependencies": {
    "react": "^18.0.0",
    "react-dom": "^18.0.0"
  },
  "devDependencies": {
    "@types/react": "^19.1.6",
    "typescript": "^5.0.0"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "type": "module"
}
