40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "open-ticket",
|
|
"author": "DJdj Development",
|
|
"version": "4.0.0",
|
|
"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",
|
|
"startnc": "node index.js --no-compile",
|
|
"test": "node index.js --dev-config --dev-database",
|
|
"testnc": "node index.js --no-compile --dev-config --dev-database"
|
|
},
|
|
"type": "commonjs",
|
|
"license": "GPL-3.0-only",
|
|
"dependencies": {
|
|
"@types/node": "^22.5.0",
|
|
"ansis": "^2.3.0",
|
|
"discord.js": "^14.15.3",
|
|
"formatted-json-stringify": "^1.1.0",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DJj123dj/open-ticket.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/DJj123dj/open-ticket/issues",
|
|
"email": "support@dj-dj.be"
|
|
},
|
|
"homepage": "https://openticket.dj-dj.be"
|
|
}
|