-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 823 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
{
"name": "discordbot-dicebot",
"version": "2.0.0",
"description": "My own version of a simple dice rolling bot!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SamKemp/DiscordBot-DiceBot.git"
},
"author": "SamKemp55",
"license": "ISC",
"bugs": {
"url": "https://github.com/SamKemp/DiscordBot-DiceBot/issues"
},
"homepage": "https://samsdiscordbots.co/DiceBot/",
"dependencies": {
"@discordjs/builders": "^0.12.0",
"@discordjs/opus": "^0.7.0",
"@discordjs/rest": "^0.3.0",
"@discordjs/voice": "^0.8.0",
"discord-api-types": "^0.27.2",
"discord.js": "^13.0.0",
"rpg-dice-roller": "^5.0.0"
},
"devDependencies": {
"eslint": "^8.9.0"
}
}