{ "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": "./src/index.ts", "scripts": { "build": "rm -rf ./dist/ && 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": { "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" }