-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
43 lines (43 loc) · 882 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
40
41
42
43
{
"name": "discord-bgg-bot",
"version": "2.2.0",
"description": "Board Game Geek Discord Bot",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com//Jesmaster/Discord-BGG-Bot.git"
},
"keywords": [
"discord",
"bot",
"boardgamegeek",
"bgg",
"board game",
"board",
"game",
"geek"
],
"author": "Jesmaster",
"license": "ISC",
"dependencies": {
"@discordjs/builders": "^1.7.0",
"@discordjs/rest": "^2.2.0",
"@keyv/redis": "^2.8.1",
"axios": "^1.6.2",
"discord-api-types": "^0.37.66",
"discord.js": "^14.14.1",
"dotenv": "^16.3.1",
"fs": "0.0.1-security",
"he": "^1.2.0",
"keyv": "^4.5.4",
"xml2js": "^0.6.2"
},
"devDependencies": {
"eyes": "^0.1.8",
"mocha": "^10.2.0"
}
}