{
  "name": "@d2n0s4ur/chzzk-chat",
  "version": "2.0.9",
  "description": "chzzk-chat: node.js 개발자를 위한 chzzk 채팅 & 후원 비공식 라이브러리",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "require": "./dist/index.js",
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "scripts": {
    "test": "npm run build",
    "build": "rm -fr dist/* && tsc -p tsconfig.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/d2n0s4ur/chzzk-chat.git"
  },
  "keywords": [
    "chzzk",
    "chat",
    "javascript",
    "typescript",
    "치지직",
    "채팅",
    "자바스크립트",
    "타입스크립트"
  ],
  "author": "d2n0s4ur",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/d2n0s4ur/chzzk-chat/issues"
  },
  "homepage": "https://github.com/d2n0s4ur/chzzk-chat#readme",
  "devDependencies": {
    "@types/ws": "^8.5.10",
    "typescript": "^5.3.3"
  },
  "dependencies": {
    "ws": "^8.16.0"
  }
}
