UNPKG

tiktok-live-connector

Version:

Node.js library to receive live stream chat events like comments and gifts from TikTok LIVE.

92 lines (91 loc) 2.56 kB
{ "name": "tiktok-live-connector", "version": "2.4.0", "description": "Node.js library to receive live stream chat events like comments and gifts from TikTok LIVE.", "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "./legacy": { "types": "./dist/legacy.d.ts", "default": "./dist/legacy.js" }, "./package.json": "./package.json" }, "files": [ "dist" ], "engines": { "node": ">=20.0.0" }, "scripts": { "build": "tsdown && npm run build:copy-package", "build:copy-package": "cpx package.json dist && cpx LICENSE dist", "typecheck": "tsc --noEmit", "typecheck:test": "tsc -p tsconfig.test.json --noEmit", "test": "vitest run", "test:watch": "vitest", "test:routes": "vitest run test/routes", "test:routes:watch": "vitest test/routes" }, "repository": { "type": "git", "url": "git+https://github.com/zerodytrash/TikTok-Live-Connector.git" }, "funding": [ "https://buymeacoffee.com/zerody" ], "keywords": [ "tiktok", "tiktok live", "tiktok.com", "live", "stream", "livestream", "chat", "connector", "api", "webcast", "tracker", "scraper", "websocket", "bot", "broadcast", "reader" ], "author": "zerodytrash", "license": "MIT", "bugs": { "url": "https://github.com/zerodytrash/TikTok-Live-Connector/issues" }, "homepage": "https://github.com/zerodytrash/TikTok-Live-Connector#readme", "dependencies": { "@bufbuild/protobuf": "^2.2.5", "tiktok-live-api-sdk": "0.4.0-beta1", "tiktok-live-proto": "0.2.3", "got": "^15.0.3", "typed-emitter": "^2.1.0", "ws": "^8.18.2" }, "devDependencies": { "@babel/cli": "^7.17.0", "@babel/core": "^7.17.2", "@babel/preset-env": "^7.16.11", "@types/node": "^22.15.3", "@types/ws": "^8.18.1", "axios": "^1.15.2", "cpx": "^1.5.0", "cycletls": "^2.0.5", "dotenv": "^16.5.0", "prettier": "2.5.1", "ts-proto": "^2.6.1", "tsdown": "^0.21.0", "typescript": "^5.6.0", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.2.4" } }