{
  "name": "highly",
  "description": "A social media share tooltip to boost interactions with your content and increase post shares.",
  "version": "1.0.1",
  "license": "GPL-2.0+",
  "babel": {
    "presets": [
      "@babel/preset-env"
    ]
  },
  "browserslist": "> 0.25%, not dead",
  "scripts": {
    "format": "npx prettier --write .",
    "watch": "webpack --mode=development --watch",
    "build": "webpack --mode=production && minify src/css/tooltip.css > dist/css/highly-tooltip.css"
  },
  "devDependencies": {
    "@babel/cli": "^7.13.14",
    "@babel/core": "^7.13.15",
    "@babel/preset-env": "^7.13.15",
    "babel-loader": "^8.2.2",
    "minify": "^7.0.1",
    "prettier": "^2.2.1",
    "webpack": "^5.33.2",
    "webpack-cli": "^4.6.0"
  }
}
