{ "name": "open-ticket", "version": "3.5.4", "description": "TThe most advanced open-source discord ticket bot with HTML transcripts and plugins! It uses discord.js v14 & no database required!", "main": "index.js", "scripts": { "start": "node index.js", "test": "node index.js --devconfig --noerrorupload", "slashEnable": "node index.js slash enable", "slashDisable": "node index.js slash disable", "cleardata": "node ./core/dynamicdatabase/cleardata.js" }, "author": "DJdj Development", "license": "ISC", "dependencies": { "axios": "^1.6.2", "chalk": "^5.0.1", "discord.js": "^14.14.1" }, "repository": { "type": "git", "url": "git+https://github.com/DJj123dj/open-ticket.git" }, "bugs": { "url": "https://github.com/DJj123dj/open-ticket/issues" }, "homepage": "https://github.com/DJj123dj/open-ticket#readme" }