Added the first part of the interactive setup CLI. You can explore the interface but some parts will not work yet. It will also not save to the config file yet. The "Quick Setup" & "Manage Plugins" parts of the CLI will arrive later this week.
54 lines
1.8 KiB
JSON
54 lines
1.8 KiB
JSON
{
|
|
"name": "open-ticket",
|
|
"author": "DJdj Development",
|
|
"version": "4.0.1",
|
|
"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",
|
|
"setup": "node index.js --cli",
|
|
"startnc": "node index.js --no-compile",
|
|
"test": "node index.js --dev-config --dev-database --soft-plugins",
|
|
"testsetup": "node index.js --cli --dev-config --dev-database --soft-plugins",
|
|
"testnc": "node index.js --no-compile --dev-config --dev-database --soft-plugins",
|
|
"docs": "npx typedoc --options .docs/typedoc-config.json && node .docs/createDocs.js"
|
|
},
|
|
"type": "commonjs",
|
|
"license": "GPL-3.0-only",
|
|
"dependencies": {
|
|
"@discordjs/rest": "^2.4.2",
|
|
"@types/node": "^22.5.0",
|
|
"@types/terminal-kit": "^2.5.7",
|
|
"ansis": "^2.3.0",
|
|
"discord.js": "^14.17.2",
|
|
"formatted-json-stringify": "^1.1.0",
|
|
"terminal-kit": "^3.1.2",
|
|
"typescript": "^5.5.4"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/open-discord-bots/open-ticket.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/open-discord-bots/open-ticket/issues",
|
|
"email": "support@dj-dj.be"
|
|
},
|
|
"homepage": "https://openticket.dj-dj.be",
|
|
"imports": {
|
|
"#opendiscord": "./dist/src/index.js",
|
|
"#opendiscord-types": "./dist/src/core/api/api.js"
|
|
},
|
|
"funding": {
|
|
"type": "individual",
|
|
"url": "https://github.com/sponsors/DJj123dj"
|
|
}
|
|
}
|