Files
open-ticket/package.json
T
DJj123dj 05b4080ac5 Plugins can now use import path shortcuts
Plugins are now able to use import path shortcuts to import all API classes, utilities and the openticket globals. You can now import everything from "#opendiscord" instead of "../../src/index"
2024-12-25 18:20:58 +01:00

43 lines
1.4 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-only",
"start": "node index.js",
"startnc": "node index.js --no-compile",
"test": "node index.js --dev-config --dev-database",
"testnc": "node index.js --no-compile --dev-config --dev-database"
},
"type": "commonjs",
"license": "GPL-3.0-only",
"dependencies": {
"@types/node": "^22.5.0",
"ansis": "^2.3.0",
"discord.js": "^14.16.1",
"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",
"imports": {
"#opendiscord":"./dist/src/index.js",
"#opendiscord-types":"./dist/src/core/api/api.js"
}
}