-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 930 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 930 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": "Flux",
"version": "1.0.0",
"description": "Flux, a versatile Discord bot designed to enhance your server experience with advanced giveaway features",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Devansh Yadav",
"devDependencies": {
"node": "^21.7.3"
},
"dependencies": {
"@discordjs/rest": "^0.4.0-dev.1648166871.cedd053",
"@top-gg/sdk": "^3.1.6",
"ascii-table": "^0.0.9",
"box-console": "^2.0.0",
"colors": "^1.4.0",
"discord-api-types": "^0.30.0",
"discord.js": "^14.15.3",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"hastebin-gen": "^2.0.5",
"moment": "^2.29.4",
"mongoose": "^6.6.2",
"ms": "^2.1.3",
"topgg-autoposter": "^2.0.2",
"vante-giveaways": "^3.5.0"
},
"repository": {
"type": "discord",
"url": "https://discord.gg/pXRT2FusPb"
}
}