DiscordTickets/package.json

56 lines
1.2 KiB
JSON
Raw Normal View History

2019-05-04 00:09:48 +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.",
"main": "src/index.js",
"dependencies": {
"@eartharoid/dtf": "^1.0.8",
2020-12-30 09:40:55 +02:00
"boxen": "^5.0.0",
2020-11-27 02:56:13 +02:00
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"leekslazylogger": "^2.0.7",
"n-readlines": "^1.0.1",
2020-09-06 17:12:37 +03:00
"node-fetch": "^2.6.1",
2021-01-19 21:27:39 +02:00
"sequelize": "^6.4.0",
2021-01-19 16:40:01 +02:00
"terminal-link": "^2.1.1",
2021-01-25 21:55:20 +02:00
"to-time-monthsfork": "^1.1.3"
2020-08-17 16:46:23 +03:00
},
"optionalDependencies": {
"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"
},
"devDependencies": {
2021-01-17 02:32:14 +02:00
"eslint": "^7.18.0",
2021-01-07 18:28:34 +02:00
"nodemon": "^2.0.7"
},
"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"
},
"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
}