-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 832 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 832 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
{
"name": "discord-qcxrsupportbot",
"version": "7.0.2",
"description": "A Support bot for the QuestCraft Discord.",
"types": "./typings.d.ts",
"main": "bot.js",
"scripts": {
"start": "node bot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Cartrigger/QCXRSupport.git"
},
"keywords": [
"discord-js"
],
"license": "PolyForm Noncommercial License 1.0.0",
"bugs": {
"url": "https://github.com/Cartrigger/QCXRSupport/issues/new?assignees=&labels=bug&template=bugs.yml&title=%5BBUG%5D+%3Ctitle%3E"
},
"homepage": "https://github.com/Cartrigger/QCXRSupport/blob/main/README.md",
"dependencies": {
"@iamtraction/google-translate": "^2.0.1",
"axios": "1.15.0",
"discord-gamecord": "^4.4.2",
"discord.js": "^14.18.0",
"mojang-lib": "^1.13.2"
}
}