forked from JijaProGamer/Youtube-Rumble-View-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.49 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.49 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "youtubewatchbot",
"version": "1.0.0",
"description": "Youtube watch time bot, like bot, comment bot",
"main": "app.js",
"scripts": {
"run": "electron app.js",
"start": "electron app.js",
"package": "electron-forge package",
"make": "electron-forge make"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JijaProGamer/youtubeWatchBot.git"
},
"keywords": [
"youtube",
"bot",
"watchtime",
"views"
],
"author": "Bloxxy213",
"license": "MIT",
"bugs": {
"url": "https://github.com/JijaProGamer/youtubeWatchBot/issues"
},
"homepage": "https://github.com/JijaProGamer/youtubeWatchBot#readme",
"devDependencies": {
"@electron-forge/cli": "^6.0.4",
"electron": "^22.0.0",
"electron-prebuilt-compile": "^1.3.2"
},
"dependencies": {
"await-to-js": "^3.0.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"fs-extra": "^11.1.0",
"gaxios": "^5.0.2",
"ps": "^1.0.0",
"ps-list": "^8.1.1",
"puppeteer-page-proxy": "^1.3.0",
"socket.io": "^4.5.4",
"uuid": "^9.0.0",
"yaml": "^2.2.1",
"youtube-selfbot-api": "^2.6.4"
},
"build": {
"productName": "Youtube-Watch-Bot",
"appId": "bloxxy.YTWatchBot",
"win": {
"target": [
"portable"
]
},
"portable": {
"artifactName": "yt_watch_bot.exe"
},
"directories": {
"output": "electron/output",
"app": "electron/app",
"buildResources": "electron/buildResources"
}
}
}