-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.19 KB
/
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
{
"dependencies": {
"@discordjs/builders": "^0.6.0",
"@discordjs/rest": "^0.1.0-canary.0",
"anilist-node": "^1.12.1",
"console": "^0.7.2",
"discord-api-types": "^0.24.0",
"discord.js": "^13.2.0",
"dotenv": "^10.0.0",
"fivereborn-query": "^1.0.4",
"hastebin": "^0.2.1",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"moment-timezone": "^0.5.34",
"mongoose": "^6.4.2",
"node-fetch": "^2.6.6",
"node-superfetch": "^0.2.3",
"secure-env": "^1.2.0",
"systeminformation": "^5.11.2",
"weather-js": "^2.0.0"
},
"name": "ticket-bot",
"version": "2.1.1",
"description": "Bot with a ticket system using Discord.js v13",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/muralianand12345/Discord_TicketBot.git"
},
"author": "Murali Anand",
"license": "Apache License 2.0",
"homepage": "https:github.com/muralianand12345/Discord_TicketBot#README.md",
"bugs": {
"url": "https://github.com/muralianand12345/Discord_TicketBot/issues"
},
"devDependencies": {
"node": "^18.5.0"
},
"keywords": []
}