{
  "name": "@mikesol/wc-discord-message",
  "version": "3.0.2",
  "description": "Web components to easily build and display fake Discord messages on your webpages.",
  "keywords": [
    "stencil",
    "web",
    "components",
    "discord",
    "message",
    "fake",
    "mock",
    "embed"
  ],
  "homepage": "https://wc-discord-message.netlify.app/",
  "repository": "https://github.com/mikesol/wc-discord-message.git",
  "author": "Mike Solomon <mike.solomon@hey.com>",
  "license": "MIT",
  "main": "dist/index.cjs.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/wc-discord-message/wc-discord-message.js",
  "files": [
    "dist/",
    "loader/"
  ],
  "scripts": {
    "build": "stencil build --docs",
    "serve": "stencil build --dev --watch --serve",
    "generate": "stencil generate",
    "prepublishOnly": "yarn run build"
  },
  "devDependencies": {
    "@stencil/core": "4.20.0"
  },
  "dependencies": {
    "hex-to-rgba": "^2.0.1"
  }
}
