-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
38 lines (38 loc) · 1.18 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
{
"name": "discord-bot-v14",
"version": "1.0.3-b",
"description": "An open-source Discord bot that offers ultimate control and flexibility for your server. With this bot, you have the ability to host and run it yourself, ensuring that you have the latest updates and features. The bot comes equipped with a variety of commands, including moderation commands for enforcing rules and keeping your server organized, etc. ",
"main": "./src/index.js",
"scripts": {
"start": "node .",
"test": "nodemon"
},
"keywords": [
"discord-bot",
"discord-js",
"discordbot"
],
"author": "josephistired",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"ascii-table": "^0.0.9",
"boxen": "^7.1.1",
"chalk": "^5.2.0",
"discord-arts": "^0.4.0",
"discord-gamecord": "^4.4.0",
"discord-giveaways": "^6.0.1",
"discord-html-transcripts": "^3.1.4",
"discord.js": "^14.11.0",
"dotenv": "^16.3.1",
"glob": "^10.3.4",
"lyrics-finder": "^21.7.0",
"moment": "^2.29.4",
"mongoose": "^7.5.0",
"ms": "^2.1.3",
"nodemon": "^3.0.1",
"superagent": "^8.0.9",
"timestamp-conv": "^3.0.0",
"weather-js": "^2.0.0"
}
}