DiscordTickets/package.json

29 lines
679 B
JSON
Raw Normal View History

2019-05-04 00:09:48 +03:00
{
2020-08-03 18:39:39 +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": {
2020-05-17 15:47:03 +03:00
"discord.js": "11.x",
2020-08-03 18:39:39 +03:00
"leekslazylogger": "^1.1.9"
2019-05-04 00:09:48 +03:00
},
"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"
}