Files
old-proxylist/package.json
2020-08-15 04:12:42 +02:00

26 lines
563 B
JSON

{
"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"
}
}