-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 932 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
{
"name": "discord-ticket-bot",
"version": "1.0.0",
"description": "This bot allows server members to create support tickets with a reason, and admins can manage the tickets efficiently. Admins can also generate a transcript of the ticket for record-keeping.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Rage-Gaming/Discord-ticket-bot.git"
},
"author": "Rage (chaos_rage)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Rage-Gaming/Discord-ticket-bot/issues"
},
"homepage": "https://github.com/Rage-Gaming/Discord-ticket-bot#readme",
"dependencies": {
"@discordjs/rest": "^2.4.0",
"colors": "^1.4.0",
"discord-api-types": "^0.37.100",
"discord-html-transcripts": "^3.2.0",
"discord.js": "^14.16.2",
"dotenv": "^16.4.5",
"pm2": "^5.4.2"
}
}