{
  "name": "@10up/component-tooltip",
  "version": "2.1.0",
  "author": "10up",
  "description": "Accessible tooltip component.",
  "main": "dist/index.js",
  "exports": "./dist/index.modern.js",
  "umd:main": "dist/index.umd.js",
  "module": "dist/index.module.js",
  "source": "src/index.js",
  "style": "./dist/index.css",
  "types": "./index.d.ts",
  "scripts": {
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "watch": "concurrently \"npm run build:modern -- --watch\" \"npm run build:umd -- --watch\"",
    "build": "npm run build:modern && npm run build:umd",
    "build:modern": "microbundle build -f modern,es,cjs",
    "build:umd": "microbundle build -i src/index.umd.js  --name TenUpTooltip -f umd --external none",
    "prepare": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/10up/component-tooltip.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/10up/component-tooltip/issues"
  },
  "homepage": "https://github.com/10up/component-tooltip#readme",
  "devDependencies": {
    "@testing-library/dom": "^7.29.4",
    "@testing-library/jest-dom": "^5.11.9",
    "@testing-library/user-event": "^12.6.3",
    "jest-axe": "^4.1.0",
    "microbundle": "^0.13.0",
    "postcss-import": "^14.0.0",
    "postcss-preset-env": "^6.7.0"
  },
  "dependencies": {
    "core-js": "^3.8.3"
  }
}
