{
  "name": "easy-tooltips",
  "version": "1.5.0",
  "description": "A lightweight, zero-dependency tooltip library using modern JavaScript and CSS.",
  "author": "Ewan Howell <ewanhowell5195>",
  "license": "MIT",
  "type": "module",
  "main": "./dist/easy-tooltips.min.js",
  "style": "./dist/easy-tooltips.min.css",
  "exports": {
    ".": "./dist/easy-tooltips.min.js",
    "./styles.css": "./dist/easy-tooltips.min.css"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ewanhowell5195/easy-tooltips.git"
  },
  "bugs": {
    "url": "https://github.com/ewanhowell5195/easy-tooltips/issues"
  },
  "homepage": "https://easy-tooltips.ewanhowell.com/",
  "keywords": [
    "tooltip",
    "tooltips",
    "popover",
    "hover",
    "css",
    "lightweight",
    "zero-dependency",
    "data-attribute"
  ],
  "scripts": {
    "build": "node build.js"
  },
  "devDependencies": {
    "clean-css": "^5.3.3",
    "terser": "^5.43.1"
  }
}
