Files
open-ticket/package.json
T
Jasper d404f343e0 Sync Dev Branches
* Fixed bug due to discord.js new components

* Updated all versions to v4.0.3

* #155 : Fixed reply on creation when disabled.

Fixed a bug that caused the bot to send a partial ephemeral message while "replyOnTicketCreation" was disabled.
2025-04-28 18:30:43 +02:00

54 lines
1.8 KiB
JSON

{
"name": "open-ticket",
"author": "DJdj Development",
"version": "4.0.3",
"description": "The most advanced open-source discord ticket bot with HTML transcripts, plugins, questions, claiming, pinning & more! Using discord.js v14 & JSON database! ",
"keywords": [
"ticket-bot",
"discord",
"open-ticket",
"plugins",
"discord-ticket-bot"
],
"main": "index.js",
"scripts": {
"build": "node index.js --compile-only",
"start": "node index.js",
"setup": "node index.js --cli",
"startnc": "node index.js --no-compile",
"test": "node index.js --dev-config --dev-database --soft-plugins",
"testsetup": "node index.js --cli --dev-config --dev-database --soft-plugins",
"testnc": "node index.js --no-compile --dev-config --dev-database --soft-plugins",
"docs": "npx typedoc --options .docs/typedoc-config.json && node .docs/createDocs.js"
},
"type": "commonjs",
"license": "GPL-3.0-only",
"dependencies": {
"@discordjs/rest": "^2.4.2",
"@types/node": "^22.5.0",
"@types/terminal-kit": "^2.5.7",
"ansis": "^2.3.0",
"discord.js": "^14.19.1",
"formatted-json-stringify": "^1.2.1",
"terminal-kit": "^3.1.2",
"typescript": "^5.5.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/open-discord-bots/open-ticket.git"
},
"bugs": {
"url": "https://github.com/open-discord-bots/open-ticket/issues",
"email": "support@dj-dj.be"
},
"homepage": "https://openticket.dj-dj.be",
"imports": {
"#opendiscord": "./dist/src/index.js",
"#opendiscord-types": "./dist/src/core/api/api.js"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/DJj123dj"
}
}