2019-05-04 00:09:48 +03:00
|
|
|
{
|
2020-08-13 01:02:33 +03:00
|
|
|
"name": "@eartharoid/discordtickets",
|
2021-02-15 20:34:59 +02:00
|
|
|
"version": "3.0.0",
|
2020-08-17 16:46:23 +03:00
|
|
|
"private": true,
|
|
|
|
"description": "An open-source & self-hosted Discord bot for ticket management.",
|
2020-08-13 01:02:33 +03:00
|
|
|
"main": "src/index.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node src/",
|
|
|
|
"test": "echo \"Nothing to test! Run with 'npm start'\" && exit 1"
|
|
|
|
},
|
2020-08-17 16:46:23 +03:00
|
|
|
"engines": {
|
2021-02-15 20:34:59 +02:00
|
|
|
"node": ">=14"
|
2020-08-17 16:46:23 +03:00
|
|
|
},
|
2020-08-13 01:02:33 +03:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/eartharoid/DiscordTickets.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"discord",
|
2021-02-15 20:34:59 +02:00
|
|
|
"tickets",
|
|
|
|
"bot"
|
2020-08-13 01:02:33 +03:00
|
|
|
],
|
|
|
|
"author": "eartharoid",
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/eartharoid/DiscordTickets/issues"
|
|
|
|
},
|
2021-02-16 02:02:44 +02:00
|
|
|
"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",
|
2021-02-16 16:48:04 +02:00
|
|
|
"sequelize": "^6.5.0",
|
2021-02-16 02:02:44 +02:00
|
|
|
"terminal-link": "^2.1.1"
|
|
|
|
},
|
2021-02-16 16:48:04 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^7.20.0",
|
|
|
|
"mariadb": "^2.5.2",
|
|
|
|
"mysql2": "^2.2.5",
|
|
|
|
"nodemon": "^2.0.7",
|
|
|
|
"pg": "^8.5.1",
|
|
|
|
"pg-hstore": "^2.3.3",
|
|
|
|
"tedious": "^11.0.3"
|
|
|
|
},
|
2021-02-16 02:02:44 +02:00
|
|
|
"optionalDependencies": {
|
2021-02-16 16:48:04 +02:00
|
|
|
"sqlite3": "^5.0.2"
|
2021-02-16 02:02:44 +02:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2021-02-16 16:48:04 +02:00
|
|
|
"mariadb": "^2.5.2",
|
|
|
|
"mysql2": "^2.2.5",
|
|
|
|
"pg": "^8.5.1",
|
|
|
|
"pg-hstore": "^2.3.3",
|
|
|
|
"tedious": "^11.0.3"
|
2021-02-16 02:02:44 +02:00
|
|
|
}
|
2019-05-04 00:09:48 +03:00
|
|
|
}
|