-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
47 lines (47 loc) · 1.14 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "veneno-traffic-bot",
"version": "1.0.1",
"description": "This script generates traffic for websites using a Tor Proxy Pool or any proxy server for which you desire.",
"main": "index.js",
"dependencies": {
"electron": "^13.1.2",
"jquery": "^3.6.0",
"nightmare": "^2.8.0",
"npm": "^7.19.0",
"platform": "^1.3.6"
},
"devDependencies": {},
"scripts": {
"test": "node index.js --url https://iphub.info/ --proxy 127.0.0.1 --port 8080 --user lucas --pass veneno --windows 1 --time 2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucasveneno/trafficbot.git"
},
"keywords": [
"nodejs",
"javascript",
"ruby",
"bot",
"http",
"privacy",
"https",
"proxy",
"seo",
"proxy-server",
"seotools",
"seo-optimization",
"useragent",
"traffic-generation",
"nightmarejs",
"traffic-generator",
"seo-tools",
"traffic-bot"
],
"author": "Lucas Coelho de Oliveira Lima",
"license": "MIT",
"bugs": {
"url": "https://github.com/lucasveneno/trafficbot/issues"
},
"homepage": "https://github.com/lucasveneno/trafficbot#readme"
}