forked from joaokristani/Discord-Server-Cloner-2x
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 662 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 662 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
{
"name": "discord-server-cloner-2",
"version": "2.0",
"description": "Discord Server Cloner 2.0 - Infinite community",
"main": "src/index",
"scripts": {
"pass": "start.bat",
"start": "tsx src/index"
},
"devDependencies": {
"@types/gradient-string": "^1.1.5",
"@types/node": "^20.10.7",
"@types/readline-sync": "^1.4.8",
"ts-node": "^10.9.2"
},
"keywords": [],
"author": "joaokristani",
"license": "ISC",
"dependencies": {
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"discord.js-selfbot-v13": "^2.15.1",
"dotenv": "^16.3.1",
"gradient-string": "^2.0.2",
"node-fetch": "^3.3.2",
"readline-sync": "^1.4.10",
"tsx": "^3.14.0"
}
}