-
Notifications
You must be signed in to change notification settings - Fork 26
/
package.json
53 lines (53 loc) · 1.26 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@tobyg74/tiktok-api-dl",
"version": "1.2.2",
"description": "Scraper for downloading media in the form of videos, images and audio from Tiktok. Also for stalking Tiktok Users",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest test/utils.test.ts",
"build": "tsc --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TobyG74/tiktok-api-dl.git"
},
"keywords": [
"tiktok-api",
"tiktok-downloader",
"tiktok-dl",
"tiktok-nowatermark",
"tiktok",
"musically",
"tiktokv",
"tiktok-user",
"tiktok-stalk"
],
"author": "Tobz",
"contributors": [
"aqulzz",
"nugraizy"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/TobyG74/tiktok-api-dl/issues"
},
"homepage": "https://github.com/TobyG74/tiktok-api-dl#readme",
"dependencies": {
"async-retry": "^1.3.3",
"axios": "^1.3.4",
"cheerio": "^1.0.0-rc.12",
"crypto-js": "^4.2.0",
"https-proxy-agent": "^7.0.5",
"qs": "^6.12.0",
"socks-proxy-agent": "^8.0.4",
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/cheerio": "^0.22.31",
"@types/node": "^18.15.11",
"@types/qs": "^6.9.17",
"jest-cli": "^29.7.0",
"typescript": "^5.0.3"
}
}