-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
62 lines (62 loc) · 1.74 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "rushia",
"version": "2.1.0",
"description": "Seems it is becoming a normal discord bot...?",
"main": "index.js",
"scripts": {
"start": "node index.js",
"rebuild": "./node_modules/.bin/electron-rebuild && npm rebuild"
},
"author": "alecchangod",
"license": "ISC",
"dependencies": {
"@almeidx/translate": "^2.3.0",
"@discordjs/builders": "^1.7.0",
"@discordjs/collection": "^2.0.0",
"@discordjs/formatters": "^0.3.3",
"@discordjs/node-pre-gyp": "^0.4.5",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^2.2.0",
"@discordjs/util": "^1.0.2",
"@discordjs/voice": "^0.16.1",
"@discordjs/ws": "^1.0.2",
"@distube/soundcloud": "^1.3.3",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytdl-core": "^4.13.3",
"@distube/ytpl": "^1.2.1",
"@distube/ytsr": "^2.0.0",
"@electron/rebuild": "^3.4.1",
"apify": "^3.1.3",
"ascii-table": "^0.0.9",
"axios": "^1.3.4",
"better-sqlite3": "^9.2.2",
"capture-website": "^3.2.0",
"crawlee": "^3.3.0",
"cron": "^1.8.2",
"discord-api-types": "^0.37.51",
"discord.js": "^14.14.1",
"distube": "^4.1.1",
"electron": "^29.0.0-alpha.5",
"electron-builder": "^24.6.4",
"express": "^4.18.1",
"file-type": "^18.5.0",
"formidable": "^3.5.0",
"fs": "^0.0.1-security",
"https-proxy-agent": "^5.0.1",
"ip": "^1.1.8",
"libsodium-wrappers": "^0.7.13",
"moment": "^2.29.4",
"playwright": "^1.32.0",
"prism-media": "^1.3.5",
"progress": "^2.0.3",
"puppeteer": "^19.7.5",
"quick.db": "^9.1.7",
"scalc": "^2.0.1",
"sharp": "^0.32.1",
"superagent": "^8.0.9",
"ytdl-core": "^4.11.2",
"ytpl": "^2.3.0",
"ytsr": "^3.8.0"
}
}