{
  "name": "social-share-button",
  "version": "3.1.0",
  "description": "Sharing button behaviour.",
  "main": "index.js",
  "module": "dist/social-share-button.js",
  "scripts": {
    "start": "scriptkit",
    "dev": "scriptkit dev",
    "build": "scriptkit build",
    "test": "echo \"No tests available\"",
    "lint": "npx eslint index.js",
    "prepublishOnly": "npm run lint && scriptkit"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/firstandthird/social-share-button.git"
  },
  "keywords": [
    "social",
    "share"
  ],
  "author": "First+Third <code@firstandthird.com> (http://firstandthird.com/)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/firstandthird/social-share-button/issues"
  },
  "homepage": "https://github.com/firstandthird/social-share-button#readme",
  "dependencies": {
    "domassist": "2.3.2",
    "domodule": "^8.1.0"
  },
  "devDependencies": {
    "eslint-config-firstandthird": "^6.0.3",
    "eslint-plugin-import": "^2.29.1",
    "scriptkit": "^3.0.0"
  },
  "eslintConfig": {
    "env": {
      "browser": true
    },
    "extends": "firstandthird"
  },
  "scriptkit": {
    "test": {
      "enabled": false
    },
    "serve": {
      "enabled": true
    },
    "files": {
      "dist/social-share-button.js": "index.js"
    }
  }
}
