-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 881 Bytes
/
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
{
"author": "Jeff <[email protected]>",
"description": "A module to create and manage a discord bot",
"license": "Apache-2.0",
"main": "index.js",
"name": "unicorn-discord-bot",
"private": false,
"version": "0.2.4",
"dependencies": {
"@discordjs/builders": "^0.15.0",
"@discordjs/rest": "^0.5.0",
"@discordjs/voice": "^0.10.0",
"discord-api-types": "^0.36.1",
"discord.js": "^13.8.1",
"dotenv": "^16.0.1",
"fast-glob": "^3.2.11",
"require-glob": "^4.1.0"
},
"repository": {
"url": "https://github.com/j33f/better-discord-bot",
"type": "git"
},
"licenses": [
{
"type": "Apache-2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
}
],
"keywords": [
"discord",
"bot",
"discordjs",
"discord.js",
"voice",
"music",
"voice channel",
"slash command"
]
}