{ "name": "open-ticket", "version": "3.4.1", "description": "This is an open-source discord ticket bot, you can configure it and it comes with cool features like a transcript.", "main": "index.js", "scripts": { "start": "node index.js", "test": "node index.js --devconfig", "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": "^0.27.2", "chalk": "^5.0.1", "discord.js": "^14.11.0" }, "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" }