-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 939 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
41
42
{
"name": "pick-get",
"version": "1.0.4",
"description": "抓取社交网站用户的媒体文件的CLI爬虫工具",
"main": "bin/index.js",
"type": "module",
"repository": "https://github.com/wuuashen/pick-get",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"bin": "bin/index.js"
},
"bin": {
"pick-get": "bin/index.js"
},
"author": "wuuashen",
"license": "Apache-2.0",
"keywords": [
"instagram",
"weibo",
"reptile"
],
"engines": {
"node": ">= 16.14.0",
"npm": "~8.3.1"
},
"dependencies": {
"chalk": "^4.1.0",
"cheerio": "^1.0.0-rc.3",
"commander": "^9.4.1",
"cookiefile": "^1.0.10",
"dayjs": "^1.11.6",
"dotenv": "^16.0.1",
"minimist": "^1.2.5",
"node-fetch": "^3.3.0",
"ora": "^5.1.0",
"p-limit": "^4.0.0",
"pako": "1.0.11",
"pino": "^8.7.0",
"progress": "^2.0.3",
"proxy-agent": "^5.0.0"
}
}