-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 785 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
{
"name": "ticket-bot",
"version": "2.0.0",
"description": "Bot with a ticket system using Discord.js v14",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Sayrix/ticket-bot.git"
},
"keywords": [
"discord",
"ticket",
"bot"
],
"author": "Sayrix",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Sayrix/ticket-bot/issues"
},
"homepage": "https://github.com/Sayrix/ticket-bot#readme",
"dependencies": {
"axios": "^1.1.3",
"better-sqlite3": "^7.6.2",
"discord-html-transcripts": "^3.1.2",
"discord.js": "^14.6.0",
"fs-extra": "^10.1.0",
"jsonc": "^2.0.0",
"quick.db": "^9.0.6"
}
}