{
  "name": "@cascadiajs/discord-mirror",
  "version": "1.7.3",
  "description": "A web component for displaying current activity within a Discord Channel",
  "main": "dist/index.cjs.js",
  "module": "dist/custom-elements/index.js",
  "es2015": "dist/esm/index.mjs",
  "es2017": "dist/esm/index.mjs",
  "types": "dist/custom-elements/index.d.ts",
  "collection": "dist/collection/collection-manifest.json",
  "collection:main": "dist/collection/index.js",
  "unpkg": "dist/discord-mirror/discord-mirror.esm.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/bniedermeyer/CascadiaJS-Discord-Mirror.git"
  },
  "homepage": "https://2021.cascadiajs.com/",
  "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",
    "prepare": "husky install",
    "commit": "cz"
  },
  "dependencies": {
    "@stencil/core": "^2.7.0",
    "dompurify": "^2.3.3",
    "firebase": "^9.1.0",
    "highlight.js": "^11.2.0",
    "marked": "^3.0.4"
  },
  "devDependencies": {
    "@commitlint/cli": "^13.2.0",
    "@commitlint/config-conventional": "^13.2.0",
    "@semantic-release/changelog": "^6.0.0",
    "@semantic-release/git": "^10.0.0",
    "@types/jest": "^26.0.24",
    "cz-conventional-changelog": "^3.3.0",
    "husky": "^7.0.0",
    "jest": "^26.6.3",
    "jest-cli": "^26.6.3",
    "prettier": "2.4.1",
    "pretty-quick": "^3.1.1",
    "puppeteer": "^10.0.0",
    "semantic-release": "^18.0.0"
  },
  "author": "Brenden Niedermeyer <contact@brenden.dev> (https://brenden.dev)",
  "contributors": [],
  "license": "MIT",
  "keywords": [
    "web component",
    "cascadiajs",
    "stencil",
    "discord",
    "firebase"
  ],
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
