-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
35 lines (35 loc) · 965 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
{
"name": "fl_image_collect",
"version": "3.0.0",
"description": "",
"main": "src/index.ts",
"scripts": {
"dev": "clear && nodemon",
"start": "ts-node src/index.ts",
"test": "ts-node src/index.ts"
},
"keywords": [],
"author": "feilongproject",
"license": "ISC",
"devDependencies": {
"@types/lz-string": "^1.3.34",
"@types/node": "^17.0.35",
"@types/node-fetch": "^2.6.2",
"@types/progress": "^2.0.5",
"@types/progress-stream": "^2.0.2",
"nodemon": "^2.0.16"
},
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"http-proxy-agent": "^5.0.0",
"log4js": "^6.5.2",
"lz-string": "^1.4.4",
"node-fetch": "^2.6.6",
"progress": "^2.0.3",
"progress-stream": "^2.0.0",
"redis": "^4.2.0",
"socks-proxy-agent": "^7.0.0",
"ts-node": "^10.9.1",
"typescript": "^4.6.4"
}
}