Files
open-ticket/package.json
T

38 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 && npx tsc -p ./tsconfig.json",
"start": "npm run build && node ./dist/src/index.js",
"test": "npm run start -- --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"
}