2019-05-04 00:09:48 +03:00
|
|
|
{
|
2020-08-13 01:02:33 +03:00
|
|
|
"name": "@eartharoid/discordtickets",
|
2020-11-21 01:56:49 +02:00
|
|
|
"version": "2.1.3",
|
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",
|
|
|
|
"dependencies": {
|
2020-10-05 01:25:46 +03:00
|
|
|
"@eartharoid/dtf": "^1.0.8",
|
2020-08-17 16:46:23 +03:00
|
|
|
"boxen": "^4.2.0",
|
2020-10-25 08:25:43 +02:00
|
|
|
"discord.js": "^12.4.1",
|
2020-08-13 01:02:33 +03:00
|
|
|
"dotenv": "^8.2.0",
|
2020-10-21 00:56:06 +03:00
|
|
|
"leekslazylogger": "^2.0.7",
|
2020-11-13 21:50:11 +02:00
|
|
|
"n-readlines": "^1.0.1",
|
2020-09-06 17:12:37 +03:00
|
|
|
"node-fetch": "^2.6.1",
|
2020-09-02 21:56:09 +03:00
|
|
|
"sequelize": "^6.3.5",
|
2020-08-17 16:46:23 +03:00
|
|
|
"terminal-link": "^2.1.1"
|
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2020-08-13 01:02:33 +03:00
|
|
|
"sqlite3": "^5.0.0"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2020-10-03 17:08:10 +03:00
|
|
|
"mysql2": "2.x",
|
|
|
|
"mariadb": "2.x",
|
|
|
|
"pg": "8.x",
|
|
|
|
"tedious": "9.x"
|
2020-08-13 01:02:33 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2020-11-22 02:13:51 +02:00
|
|
|
"eslint": "^7.14.0",
|
2020-10-20 22:56:03 +03:00
|
|
|
"nodemon": "^2.0.6"
|
2020-08-13 01:02:33 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "node src/",
|
|
|
|
"test": "echo \"Nothing to test! Run with 'npm start'\" && exit 1"
|
|
|
|
},
|
2020-08-17 16:46:23 +03:00
|
|
|
"engines": {
|
|
|
|
"node": ">=12"
|
|
|
|
},
|
2020-08-13 01:02:33 +03:00
|
|
|
"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"
|
|
|
|
},
|
2020-08-17 16:46:23 +03:00
|
|
|
"homepage": "https://github.com/eartharoid/DiscordTickets/#readme",
|
|
|
|
"funding": "https://github.com/eartharoid/DiscordTickets/?sponsor=1"
|
2019-05-04 00:09:48 +03:00
|
|
|
}
|