chore: update package.json

This commit is contained in:
Isaac 2025-02-11 18:01:36 +00:00
parent 4fec91da4f
commit e7467800f2
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -5,8 +5,8 @@
"description": "The most popular open-source ticket management bot for Discord.",
"main": "src/",
"scripts": {
"bot.export": "node --no-warnings scripts/export.mjs",
"bot.import": "node --no-warnings scripts/import.mjs",
"db.dump": "node --no-warnings scripts/dump.mjs",
"db.restore": "node --no-warnings scripts/restore.mjs",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate",
@ -53,14 +53,14 @@
"@eartharoid/dtf": "^2.0.1",
"@eartharoid/i18n": "^1.2.1",
"@fastify/cookie": "^11.0.2",
"@fastify/jwt": "^9.0.3",
"@fastify/jwt": "^9.0.4",
"@fastify/multipart": "^9.0.3",
"@prisma/client": "^5.22.0",
"archiver": "^7.0.1",
"boxen": "^7.1.1",
"commander": "^12.1.0",
"cryptr": "^6.3.0",
"discord.js": "^14.17.3",
"discord.js": "^14.18.0",
"dotenv": "^16.4.7",
"fastify": "^5.2.1",
"figlet": "^1.8.0",
@ -73,9 +73,9 @@
"node-dir": "^0.1.17",
"node-emoji": "^1.11.0",
"object-diffy": "^1.0.4",
"ora": "^8.1.1",
"ora": "^8.2.0",
"prisma": "^5.22.0",
"semver": "^7.7.0",
"semver": "^7.7.1",
"short-unique-id": "^4.4.4",
"spacetime": "^7.7.0",
"terminal-link": "^2.1.1",