{
  "name": "@telescopic-text/react",
  "description": "A React component for telescopic text.",
  "version": "1.0.1",
  "main": "dist/index.cjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs"
    }
  },
  "keywords": [
    "react",
    "telescopic",
    "interactive-text",
    "expandable-text"
  ],
  "author": "Okan Bilal Balcı",
  "license": "MIT",
  "homepage": "https://github.com/okanbilal/telescopic-text",
  "repository": {
    "type": "git",
    "url": "https://github.com/okanbilal/telescopic-text"
  },
  "bugs": {
    "url": "https://github.com/okanbilal/telescopic-text/issues"
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.11",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "tsup": "^8.3.5",
    "typescript": "^5.7.2"
  },
  "peerDependencies": {
    "react": "^18 || ^19",
    "react-dom": "^18 || ^19"
  },
  "scripts": {
    "build": "tsup index.tsx --format cjs,esm --dts",
    "lint": "tsc"
  }
}