{
  "name": "shareon",
  "version": "2.8.1",
  "description": "Lightweight, stylish and ethical share buttons for popular social networks",
  "license": "MIT",
  "homepage": "https://shareon.js.org",
  "keywords": [
    "share buttons",
    "sharing",
    "social networks"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kytta/shareon.git"
  },
  "bugs": {
    "url": "https://github.com/kytta/shareon/issues"
  },
  "author": {
    "name": "Nikita Karamov",
    "email": "me@kytta.dev",
    "url": "https://www.kytta.dev/"
  },
  "type": "module",
  "main": "./dist/shareon.umd.js",
  "unpkg": "./dist/shareon.iife.js",
  "jsdelivr": "./dist/shareon.iife.js",
  "module": "./dist/shareon.es.js",
  "exports": {
    ".": {
      "import": "./dist/shareon.es.js",
      "require": "./dist/shareon.umd.js"
    },
    "./css": "./dist/shareon.min.css"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "directory": "package"
  },
  "scripts": {
    "postversion": "pnpm run build"
  }
}