-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 890 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 890 Bytes
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
{
"name": "clearproxy",
"version": "1.5.0",
"description": "Official ClearProxy.io SDK and CLI.",
"type": "module",
"main": "./lib/index.js",
"bin": {
"clearproxy": "./bin/clearproxy.js"
},
"keywords": [
"proxy",
"sdk",
"cli",
"clearproxy",
"proxy-checker",
"checker"
],
"author": "Clearproxy",
"license": "MIT",
"dependencies": {
"axios": "^1.7.0",
"chalk": "^5.6.2",
"cli-table3": "^0.6.5",
"commander": "^12.0.0",
"csv-parse": "^6.1.0",
"fs-extra": "^11.2.0",
"js-yaml": "^4.1.0",
"node-fetch": "^3.3.2",
"ora": "^9.0.0",
"ws": "^8.19.0"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "https://github.com/clearproxy/clearproxy"
},
"bugs": {
"url": "https://github.com/clearproxy/clearproxy/issues"
},
"homepage": "https://clearproxy.io"
}