-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 924 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
{
"name": "nodespider_tiktok",
"version": "3.6.0",
"description": "一个用 Node.js 写的抖音用户发布/喜欢列表爬虫",
"main": "lib/index.ts",
"scripts": {
"start": "tsx lib/index.ts",
"helper": "tsx utils/fileHelper.ts"
},
"keywords": [
"tiktok",
"抖音",
"nodejs",
"javascript"
],
"author": "YuJian",
"license": "MIT",
"dependencies": {
"@img/sharp-win32-x64": "^0.33.4",
"cli-progress": "^3.12.0",
"file-type": "^19.0.0",
"filenamify": "^6.0.0",
"fs-extra": "^11.2.0",
"md5": "^2.3.0",
"node-fetch": "^3.3.2",
"nodejs-file-downloader": "^4.13.0",
"qs": "^6.12.1",
"sharp": "0.33.4",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/cli-progress": "^3.11.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.14.9",
"@types/qs": "^6.9.15",
"tsx": "^4.16.0",
"typescript": "^5.5.2"
}
}