-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
Copy pathpackage.json
28 lines (28 loc) · 839 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": "open-ticket",
"author": "DJdj Development",
"version": "3.5.9",
"description": "The most advanced open-source discord ticket bot with HTML transcripts and plugins! It uses discord.js v14 & no database required!",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node index.js --devconfig --noerrorupload",
"slashEnable": "node index.js slash enable",
"slashDisable": "node index.js slash disable"
},
"license": "ISC",
"dependencies": {
"axios": "^1.6.2",
"chalk": "^5.0.1",
"discord.js": "^14.17.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DJj123dj/open-ticket.git"
},
"bugs": {
"url": "https://github.com/DJj123dj/open-ticket/issues",
"email": "[email protected]"
},
"homepage": "https://openticket.dj-dj.be"
}