mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
8431b2d241
Code is at least 80% less bad.
41 lines
919 B
JSON
41 lines
919 B
JSON
{
|
|
"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"
|
|
}
|