implement proxy speed check
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "kiviproxylist",
|
||||
"version": "1.0.0",
|
||||
"description": "Kivi Proxy List maintaining app",
|
||||
"main": "index.js",
|
||||
"license": "MIT",
|
||||
"scripts": {
|
||||
"start": "node ./index.js",
|
||||
"start-live": "nodemon ./index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^0.19.2",
|
||||
"bluebird": "^3.7.2",
|
||||
"dotenv": "^8.2.0",
|
||||
"got": "^11.5.2",
|
||||
"http": "^0.0.1-security",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
"querystring": "^0.2.0",
|
||||
"socks-proxy-agent": "^5.0.0",
|
||||
"tunnel": "^0.0.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user