DiscordTickets/package.json

30 lines
704 B
JSON
Raw Normal View History

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": {
2020-05-17 15:47:03 +03:00
"discord.js": "11.x",
2019-10-23 00:29:30 +03:00
"leekslazylogger": "^1.1.7"
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"
}