{
  "name": "@flyyer/use-fit-text",
  "version": "3.0.1",
  "description": "React hook used to fit text in a div",
  "author": "saltycrane",
  "license": "MIT",
  "source": "index.ts",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/useflyyer/use-fit-text.git"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "flyyer",
    "react",
    "fit",
    "text"
  ],
  "scripts": {
    "build": "microbundle"
  },
  "prettier": {
    "trailingComma": "all"
  },
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "dependencies": {
    "dequal": "^2.0.2"
  },
  "devDependencies": {
    "@types/react": "^17.0.14",
    "microbundle": "^0.13.3"
  }
}
