2019-05-04 00:09:48 +03:00
|
|
|
{
|
2020-08-13 01:02:33 +03:00
|
|
|
"name": "@eartharoid/discordtickets",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"description": "A Discord ticket/support - an open-source & self-hosted bot",
|
|
|
|
"main": "src/index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"discord.js": "^12.2.0",
|
|
|
|
"dotenv": "^8.2.0",
|
|
|
|
"leekslazylogger": "^2.0.0-alpha.5",
|
|
|
|
"node-fetch": "^2.6.0",
|
|
|
|
"sequelize": "^6.3.4",
|
|
|
|
"sqlite3": "^5.0.0"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"mysql2": "2.x"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^7.6.0",
|
|
|
|
"nodemon": "^2.0.4"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "node src/",
|
|
|
|
"test": "echo \"Nothing to test! Run with 'npm start'\" && 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"
|
2019-05-04 00:09:48 +03:00
|
|
|
}
|