forked from manishbhaiii/roxy-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 778 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 778 Bytes
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
{
"name": "roxy-plus",
"version": "1.0.0",
"description": "Roxy+ Advanced Discord Selfbot",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [
"discord",
"selfbot",
"roxy"
],
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/core": "^2.4.0",
"@discordjs/rest": "^2.6.0",
"@discordjs/voice": "^0.19.0",
"@discordjs/ws": "^2.0.4",
"@snazzah/davey": "^0.1.7",
"cookie-parser": "^1.4.7",
"debug": "^4.4.3",
"discord-api-types": "^0.38.37",
"discord.js-selfbot-v13": "^3.7.1",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^5.2.1",
"install": "^0.13.0",
"npm": "^11.7.0",
"openai": "^6.15.0",
"undici": "^7.16.0",
"ws": "^8.18.3"
}
}