-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 911 Bytes
/
package.json
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
{
"name": "tiktok-is-live",
"version": "1.0.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"test": "jest",
"build": "tsc"
},
"keywords": [
"tiktok",
"tiktok is live",
"tiktok live",
"tiktok api",
"tiktok data",
"tiktok stream"
],
"bugs": {
"url": "https://github.com/robke96/TikTok-is-Live/issues"
},
"homepage": "https://github.com/robke96/TikTok-is-Live#readme",
"author": "Robke96",
"license": "ISC",
"description": "Unofficial TikTok API that allows you to check if a TikTok user is live and retrieve live stream and user details.",
"repository": {
"type": "git",
"url": "git+https://github.com/robke96/TikTok-is-Live.git"
},
"dependencies": {
"axios": "^1.7.7"
},
"devDependencies": {
"@types/node": "^22.5.1",
"typescript": "^5.5.4"
}
}