{ "name": "@eartharoid/discord-tickets", "version": "3.0.0", "private": true, "description": "An open-source 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.app", "funding": "https://github.com/eartharoid/DiscordTickets/?sponsor=1", "dependencies": { "@eartharoid/i18n": "^0.0.1", "boxen": "^5.0.0", "discord.js": "^12.5.1", "dotenv": "^8.2.0", "fastify": "^3.12.0", "fastify-secure-session": "^2.3.1", "fastify-static": "^4.0.1", "form-data": "^4.0.0", "fs-extra": "^9.1.0", "leeks.js": "^0.0.9", "leekslazylogger-fastify": "^0.1.0", "node-fetch": "^2.6.1", "semver": "^7.3.4", "sequelize": "^6.5.0", "socket.io": "^3.1.2", "terminal-link": "^2.1.1" }, "devDependencies": { "eslint": "^7.20.0", "jsdoc": "^3.6.6", "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" }, "optionalDependencies": { "sqlite3": "^5.0.2" }, "peerDependencies": { "mariadb": "^2.5.2", "mysql2": "^2.2.5", "pg": "^8.5.1", "pg-hstore": "^2.3.3", "tedious": "^11.0.3" } }