chzzk
Version:
네이버 라이브 스트리밍 서비스 CHZZK의 비공식 API 라이브러리
39 lines (38 loc) • 956 B
JSON
{
"name": "chzzk",
"version": "1.8.0",
"license": "MIT",
"description": "네이버 라이브 스트리밍 서비스 CHZZK의 비공식 API 라이브러리",
"keywords": [
"chzzk"
],
"author": {
"name": "kimcore",
"email": "kimcoreovo@gmail.com",
"url": "https://github.com/kimcore"
},
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"lint": "eslint"
},
"repository": {
"type": "git",
"url": "https://github.com/kimcore/chzzk.git"
},
"bugs": {
"url": "https://github.com/kimcore/chzzk/issues",
"email": "kimcoreovo@gmail.com"
},
"dependencies": {
"isomorphic-ws": "^5.0.0",
"ws": "^8.15.1"
},
"devDependencies": {
"@types/node": "^18.19.3",
"@types/ws": "^8.5.10",
"eslint": "^7.32.0",
"typescript": "^4.4.3"
}
}