{
  "name": "accessible-tooltips",
  "version": "1.0.0",
  "private": true,
  "description": "A WordPress extension to make accessible tooltips easily in Gutenberg editor. It uses the awesome TippyJS library (https://atomiks.github.io/tippyjs/).",
  "main": "build/index.js",
  "scripts": {
    "build": "wp-scripts build && webpack --config webpack.tooltip.js",
    "format:js": "wp-scripts format-js",
    "lint:js": "wp-scripts lint-js",
    "packages-update": "wp-scripts packages-update",
    "start": "wp-scripts start",
    "watch": "webpack --watch --config webpack.tooltip.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/quentin-bettoum/wp-accessible-tooltips.git"
  },
  "author": "Quentin BETTOUM <quentin@toiledemaitre.fr>",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://gitlab.com/quentin-bettoum/wp-accessible-tooltips/issues"
  },
  "homepage": "https://gitlab.com/quentin-bettoum/wp-accessible-tooltips#readme",
  "devDependencies": {
    "@wordpress/scripts": "^12.6.1",
    "css-loader": "^5.0.1",
    "style-loader": "^2.0.0"
  },
  "dependencies": {
    "@wordpress/i18n": "^3.17.0",
    "tippy.js": "^6.2.7"
  }
}
