mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
9ef0c3d04e
Finish up commands and update package.json
30 lines
734 B
JSON
30 lines
734 B
JSON
{
|
|
"name": "DiscordTickets",
|
|
"version": "1.1.4",
|
|
"description": "A Discord ticket/support - an open-source & self-host alternative to TicketManager (name tbd)",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"discord.js": "^11.4.2",
|
|
"leeks.js": "^0.0.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/eartharoid/DiscordTickets.git"
|
|
},
|
|
"keywords": [
|
|
"discord",
|
|
"bot",
|
|
"tickets"
|
|
],
|
|
"author": "Eartharoid",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/eartharoid/DiscordTickets/issues"
|
|
},
|
|
"homepage": "https://github.com/eartharoid/DiscordTickets"
|
|
}
|