{
  "description": "Provides Twitch channel, stream and chat information via NodeCG replicants",
  "keywords": [
    "nodecg-bundle"
  ],
  "repository": "https://github.com/helloitsdan/nodecg-twitchie.git",
  "homepage": "https://github.com/helloitsdan/nodecg-twitchie",
  "name": "nodecg-twitchie",
  "version": "3.11.0",
  "license": "MIT",
  "engines": {
    "node": ">=6.4.0"
  },
  "scripts": {
    "clean": "npx del-cli extension types client common dashboard lib",
    "build": "npm run build:extension && npm run build:dashboard && npm run build:client",
    "build:client": "rollup --config rollup.config.client.mjs",
    "build:dashboard": "webpack --config webpack.config.dashboard.js",
    "build:extension": "NODE_ENV=production tsc --declaration --project tsconfig.extension.json",
    "watch": "npm run build -- --watch",
    "test": "ava",
    "lint": "eslint \"src/{extension,dashboard}/**/*.{ts,js}\"",
    "prepare": "husky install"
  },
  "main": "lib/index.js",
  "types": "lib/client/index.d.ts",
  "dashboard": "dashboard/index.html",
  "lint-staged": {
    "{dashboard,extension}/**/*.(ts|js)": "eslint"
  },
  "author": {
    "name": "dani quinn sexton",
    "email": "dani@glitter.tech",
    "url": "http://glitter.tech"
  },
  "files": [
    "dashboard",
    "extension",
    "common",
    "types",
    "client",
    "lib"
  ],
  "nodecg": {
    "compatibleRange": ">=2.0.0",
    "dashboardPanels": [
      {
        "name": "Channel",
        "title": "Twitch Channel",
        "width": 2,
        "file": "channel.html",
        "headerColor": "#6441A4"
      },
      {
        "name": "Events",
        "title": "Debug Events",
        "file": "debug-events.html",
        "workspace": "Debug",
        "headerColor": "#6441A4",
        "width": 2
      }
    ]
  },
  "dependencies": {
    "@polymer/iron-image": "^3.0.2",
    "@polymer/iron-pages": "^3.0.1",
    "@polymer/paper-button": "^3.0.0",
    "@polymer/paper-dropdown-menu": "^3.0.0",
    "@polymer/paper-input": "^3.2.1",
    "@polymer/paper-item": "^3.0.0",
    "@polymer/paper-listbox": "^3.0.0",
    "@polymer/paper-spinner": "^3.0.2",
    "@polymer/polymer": "^3.5.1",
    "@twurple/api": "^7.0.1",
    "@twurple/auth": "^7.0.1",
    "@twurple/chat": "^7.0.1",
    "@twurple/eventsub-ws": "^7.0.1",
    "debounce": "^1.2.1",
    "express": "^4.18.2",
    "moment": "^2.29.4",
    "node-cache": "^5.1.2",
    "request": "2.88.2",
    "request-promise-native": "^1.0.9"
  },
  "devDependencies": {
    "@nodecg/types": "^2.1.11",
    "@rollup/plugin-typescript": "^11.1.2",
    "@types/debounce": "^1.2.1",
    "@types/express": "^4.17.17",
    "@types/twemoji": "^13.1.2",
    "@typescript-eslint/eslint-plugin": "^5.60.0",
    "@typescript-eslint/parser": "^5.60.0",
    "ava": "^5.3.1",
    "clean-webpack-plugin": "^4.0.0",
    "eslint": "^8.45.0",
    "eslint-config-airbnb-typescript": "^17.1.0",
    "eslint-config-prettier": "^8.8.0",
    "html-webpack-plugin": "^5.5.3",
    "husky": "^8.0.3",
    "lint-staged": "^13.2.3",
    "prettier": "^2.8.8",
    "rollup": "^3.26.3",
    "stylelint": "^15.10.2",
    "stylelint-config-recommended-scss": "^9.0.1",
    "stylelint-scss": "^4.5.0",
    "ts-loader": "^9.4.4",
    "typescript": "^5.1.6",
    "webpack": "^5.88.2",
    "webpack-cli": "^5.1.4"
  },
  "resolutions": {
    "inherits": "2.0.3",
    "samsam": "1.1.3",
    "supports-color": "3.1.2",
    "type-detect": "1.0.0"
  }
}
