-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 999 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
{
"name": "webshare-proxy",
"version": "1.0.1",
"description": "This library is unofficial. It allows you to detect and automatically update the proxy list every certain period of time. Continuously requesting the proxy list link may cause your account to be disapproved. For this reason, it allows you to check if the first proxy in the existing proxy list is working and get the list if not. No responsibility is accepted for any problems that may arise.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"webshare",
"webshare.io",
"proxy",
"proxylist",
"webshare-proxy",
"proxylistupdate",
"proxylistcheck"
],
"author": "zfcsoftware",
"repository": {
"type": "git",
"url": "https://github.com/zfcsoftware/webshare"
},
"homepage": "https://github.com/zfcsoftware/webshare",
"license": "ISC",
"dependencies": {
"axios": "^1.6.8",
"https-proxy-agent": "^7.0.4"
}
}