-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.3 KB
/
package.json
File metadata and controls
58 lines (58 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@eulerstream/euler-websocket-sdk",
"version": "0.0.6",
"description": "Browser & Node.JS cross-compatible module for the Euler Stream WebSocket service.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "tsx ./test/test.ts",
"format": "prettier --write src/**/*.js",
"build": "tsc",
"pkg-ready": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eulerstream/EulerWebSocketSDK.git"
},
"keywords": [
"tiktok",
"tiktok live",
"tiktok.com",
"live",
"stream",
"livestream",
"chat",
"connector",
"api",
"webcast",
"tracker",
"scraper",
"websocket",
"bot",
"broadcast",
"reader"
],
"author": "eulerstream",
"license": "MIT",
"homepage": "https://github.com/eulerstream/EulerWebSocketSDK",
"dependencies": {
"@bufbuild/protobuf": "^2.4.0",
"eventemitter3": "^5.0.1",
"fflate": "^0.8.2",
"zod": "^3.25.34"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.2",
"@babel/preset-env": "^7.16.11",
"@types/node": "^22.15.3",
"child_process": "^1.0.2",
"dotenv": "^16.5.0",
"prettier": "2.5.1",
"readline": "^1.3.0",
"typescript": "^4.8.2"
}
}