{
  "name": "@bluetree242/youtube-chat",
  "version": "1.1.8",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FreeTubeApp/youtube-chat.git"
  },
  "bugs": {
    "url": "https://github.com/BlueTree242/youtube-chat/issues"
  },
  "homepage": "https://github.com/FreeTubeApp/youtube-chat#readme",
  "author": {
    "name": "Svallinn",
    "email": "svallinn@protonmail.com"
  },
  "contributors": [
    {
      "name": "LinaTsukusu",
      "email": "lina.tsukusu@gmail.com"
    },
    {
      "name": "IcedCoffeee",
      "url": "https://github.com/IcedCoffeee/"
    },
    {
      "name": "BlueTree242",
      "url": "https://github.com/BlueTree242"
    }
  ],
  "license": "MIT",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "start": "NODE_ENV=production node dist",
    "debug": "tsc && NODE_ENV=development node dist/debug.js",
    "test": "jest --verbose"
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "youtube",
    "chat",
    "live-chat",
    "livechat"
  ],
  "devDependencies": {
    "@types/jest": "^29.1.2",
    "@types/node": "^18.11.2",
    "tsconfig-paths": "^4.1.0",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "axios": "^1.1.3",
    "tslib": "^2.4.0"
  }
}
