{
  "name": "auto-text-size",
  "description": "Make text fit container, prevent overflow and underflow.",
  "version": "0.2.3",
  "license": "MIT",
  "homepage": "https://github.com/sanalabs/auto-text-size#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/sanalabs/auto-text-size.git"
  },
  "author": "Viktor Qvarfordt",
  "main": "./dist/index.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    }
  },
  "files": [
    "src/**/*",
    "dist/**/*.js",
    "dist/**/*.js.map",
    "dist/**/*.d.ts",
    "dist/**/*.mjs",
    "dist/**/*.mjs.map",
    "dist/**/*.d.mts"
  ],
  "scripts": {
    "clean": "rm -rf dist",
    "build": "yarn clean && tsup src/index.ts --dts --sourcemap --format esm,cjs",
    "watch": "tsc-watch --onSuccess \"yalc push\""
  },
  "peerDependencies": {
    "react": "*"
  },
  "devDependencies": {
    "@types/node": "18.0.3",
    "@types/react": "18.0.15",
    "react": "latest",
    "tsc-watch": "^5.0.3",
    "tsup": "^7.2.0",
    "typescript": "4.7.4"
  },
  "packageManager": "yarn@3.2.1"
}
