@adamjessop/tiktok-live-connector
Version:
Node.js module to receive live stream chat events like comments and gifts from TikTok LIVE
73 lines (72 loc) • 2.04 kB
JSON
{
"name": "@adamjessop/tiktok-live-connector",
"version": "2.0.1",
"description": "Node.js module to receive live stream chat events like comments and gifts from TikTok LIVE",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"build": "npx tsx update-version.ts && npm run build:copy-package && npx tsc && npx tsc-alias",
"build:copy-package": "cpx package.json dist && cpx LICENSE dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zerodytrash/TikTok-Live-Connector.git"
},
"funding": [
"https://buymeacoffee.com/isaackogan",
"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",
"@eulerstream/euler-api-sdk": "^0.0.4",
"axios": "^1.9.0",
"callable-instance": "^2.0.0",
"protobufjs": "^6.11.2",
"websocket": "^1.0.35"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"@types/node": "^22.15.3",
"@types/websocket": "^1.0.10",
"@types/ws": "^8.18.1",
"cpx": "^1.5.0",
"dotenv": "^16.5.0",
"prettier": "2.5.1",
"ts-proto": "^2.6.1",
"tsc-alias": "^1.8.15",
"typed-emitter": "^2.1.0",
"typescript": "^4.8.2"
}
}