mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2024-11-05 12:23:09 +02:00
f44e9080e5
Start on the basic structure, database stuff
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"name": "@eartharoid/discordtickets",
|
|
"version": "3.0.0",
|
|
"private": true,
|
|
"description": "An open-source & self-hosted Discord bot for ticket management.",
|
|
"main": "src/index.js",
|
|
"scripts": {
|
|
"start": "node src/",
|
|
"test": "echo \"Nothing to test! Run with 'npm start'\" && exit 1"
|
|
},
|
|
"engines": {
|
|
"node": ">=14"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/eartharoid/DiscordTickets.git"
|
|
},
|
|
"keywords": [
|
|
"discord",
|
|
"tickets",
|
|
"bot"
|
|
],
|
|
"author": "eartharoid",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/eartharoid/DiscordTickets/issues"
|
|
},
|
|
"homepage": "https://discordtickets.eartharoid.me",
|
|
"funding": "https://github.com/eartharoid/DiscordTickets/?sponsor=1",
|
|
"dependencies": {
|
|
"@eartharoid/i18n": "^0.0.1",
|
|
"discord.js": "^12.5.1",
|
|
"dotenv": "^8.2.0",
|
|
"keyv": "^4.0.3",
|
|
"leekslazylogger": "^2.0.7",
|
|
"node-fetch": "^2.6.1",
|
|
"terminal-link": "^2.1.1"
|
|
},
|
|
"optionalDependencies": {
|
|
"@keyv/sqlite": "^2.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@keyv/mongo": "^1.1.0",
|
|
"@keyv/mysql": "^1.1.4",
|
|
"@keyv/postgres": "^1.0.16"
|
|
},
|
|
"devDependencies": {
|
|
"@keyv/mongo": "^1.1.0",
|
|
"@keyv/mysql": "^1.1.4",
|
|
"@keyv/postgres": "^1.0.16",
|
|
"eslint": "^7.20.0",
|
|
"nodemon": "^2.0.7"
|
|
}
|
|
}
|