forked from muralianand12345/Discord-Ticket-Bot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 991 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
{
"name": "ticket-discordjs14",
"version": "4.2.0",
"description": "EliteX Ticket Bot [email protected] Version",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Murali Anand (github.com/muralianand12345)",
"license": "ISC",
"dependencies": {
"colors": "1.4.0",
"discord-chatbot": "^2.1.0",
"discord-html-transcripts": "^3.1.0",
"discord-error-handler": "^1.3.3",
"discord.js": "^14.7.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.37",
"mongoose": "^6.8.3",
"ms": "^2.1.3"
},
"repository": {
"type": "git",
"url": "[email protected]:muralianand12345/Discord-Ticket-Bot.git"
},
"bugs": {
"url": "https://github.com/muralianand12345/Discord-Ticket-Bot/issues"
},
"homepage": "https://github.com/muralianand12345/Discord-Ticket-Bot#readme",
"nodeVersion": "17.9.1"
}