{
  "name": "mastodon-share-button",
  "version": "1.0.6",
  "description": "Stencil Mastodon share button",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/types/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/mastodon-share-button.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "start": "stencil build --dev --watch --serve",
    "test": "stencil test --spec --e2e",
    "test.watch": "stencil test --spec --e2e --watchAll",
    "generate": "stencil generate"
  },
  "devDependencies": {
    "@stencil/core": "^1.8.11"
  },
  "license": "MIT",
  "dependencies": {
    "typescript": "^3.7.5"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:codesyntax/mastodon-share-button.git"
  },
  "keywords": [
    "mastodon",
    "share",
    "button",
    "social",
    "web component",
    "stencil",
    "stenciljs"
  ],
  "author": "bipoza",
  "bugs": {
    "url": "https://github.com/codesyntax/mastodon-share-button/issues"
  },
  "homepage": "https://github.com/codesyntax/mastodon-share-button#readme"
}
