2019-05-04 00:09:48 +03:00
|
|
|
{
|
|
|
|
"name": "DiscordTickets",
|
2019-05-05 23:13:33 +03:00
|
|
|
"version": "1.1.5",
|
2019-09-09 20:16:50 +03:00
|
|
|
"description": "A Discord ticket/support - an open-source & self-hosted bot",
|
2019-05-04 00:09:48 +03:00
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"discord.js": "^11.4.2",
|
2019-09-09 20:16:50 +03:00
|
|
|
"leekslazylogger": "^1.1.3"
|
2019-05-04 00:09:48 +03:00
|
|
|
},
|
|
|
|
"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"
|
|
|
|
}
|