2022-03-18 18:27:32 +02:00
|
|
|
{
|
|
|
|
"name": "discord-tickets",
|
2023-07-13 14:57:51 +03:00
|
|
|
"version": "4.0.7",
|
2022-03-18 18:27:32 +02:00
|
|
|
"private": "true",
|
2023-06-17 00:50:47 +03:00
|
|
|
"description": "The most popular open-source ticket management bot for Discord.",
|
2022-05-05 23:29:28 +03:00
|
|
|
"main": "src/",
|
2022-03-18 18:27:32 +02:00
|
|
|
"scripts": {
|
2023-02-13 18:42:35 +02:00
|
|
|
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
|
2022-03-18 18:27:32 +02:00
|
|
|
"contributors:add": "all-contributors add",
|
|
|
|
"contributors:generate": "all-contributors generate",
|
2022-05-05 23:29:28 +03:00
|
|
|
"keygen": "node scripts/keygen",
|
2023-02-13 16:36:15 +02:00
|
|
|
"lint": "eslint src scripts --fix",
|
2022-07-23 15:27:32 +03:00
|
|
|
"preinstall": "node scripts/preinstall",
|
|
|
|
"postinstall": "node scripts/postinstall",
|
2022-08-26 01:29:07 +03:00
|
|
|
"start": "node .",
|
2022-07-21 03:25:37 +03:00
|
|
|
"studio": "npx prisma studio",
|
2022-03-18 18:27:32 +02:00
|
|
|
"test": "echo \"There's nothing to test\" && exit 1"
|
|
|
|
},
|
2023-06-12 01:59:27 +03:00
|
|
|
"commitlint": {
|
|
|
|
"extends": [
|
|
|
|
"@commitlint/config-conventional"
|
|
|
|
]
|
|
|
|
},
|
2023-02-13 17:07:35 +02:00
|
|
|
"lint-staged": {
|
2023-02-13 18:41:56 +02:00
|
|
|
"**/*.js": [
|
|
|
|
"npm run lint --"
|
|
|
|
]
|
2023-02-13 17:07:35 +02:00
|
|
|
},
|
2022-03-18 18:27:32 +02:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/discord-tickets/bot.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"discord",
|
|
|
|
"tickets",
|
|
|
|
"bot"
|
|
|
|
],
|
|
|
|
"author": "eartharoid",
|
2023-06-15 02:21:52 +03:00
|
|
|
"license": "GPL-3.0-or-later",
|
2022-03-18 18:27:32 +02:00
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/discord-tickets/bot/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://discordtickets.app",
|
|
|
|
"engines": {
|
2023-03-07 00:09:05 +02:00
|
|
|
"node": ">=18"
|
2022-03-18 18:27:32 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-19 02:32:05 +03:00
|
|
|
"@discord-tickets/settings": "^2.1.6",
|
2023-06-15 16:46:12 +03:00
|
|
|
"@eartharoid/dbf": "^0.4.1",
|
2022-03-18 18:27:32 +02:00
|
|
|
"@eartharoid/dtf": "^2.0.1",
|
2022-10-26 20:58:46 +03:00
|
|
|
"@eartharoid/i18n": "^1.2.1",
|
2022-05-06 23:17:53 +03:00
|
|
|
"@fastify/cookie": "^6.0.0",
|
|
|
|
"@fastify/jwt": "^5.0.1",
|
2022-08-06 00:21:55 +03:00
|
|
|
"@fastify/oauth2": "^5.1.0",
|
2023-06-25 15:41:07 +03:00
|
|
|
"@prisma/client": "^4.16.1",
|
2023-05-27 00:28:12 +03:00
|
|
|
"boxen": "^7.1.0",
|
2023-03-10 02:24:33 +02:00
|
|
|
"cryptr": "^6.2.0",
|
2023-05-27 00:28:12 +03:00
|
|
|
"discord.js": "^14.11.0",
|
2022-10-05 02:31:02 +03:00
|
|
|
"dotenv": "^16.0.3",
|
2023-05-27 00:28:12 +03:00
|
|
|
"fastify": "^4.17.0",
|
|
|
|
"figlet": "^1.6.0",
|
2022-07-23 03:44:03 +03:00
|
|
|
"fs-extra": "^10.1.0",
|
2023-01-02 14:21:37 +02:00
|
|
|
"keyv": "^4.5.2",
|
2023-02-24 18:32:52 +02:00
|
|
|
"leeks.js": "^0.3.0",
|
2023-02-23 22:25:29 +02:00
|
|
|
"leekslazylogger": "^5.0.1",
|
2022-07-16 01:19:42 +03:00
|
|
|
"ms": "^2.1.3",
|
2022-10-24 22:17:40 +03:00
|
|
|
"mustache": "^4.2.0",
|
2022-05-06 02:01:19 +03:00
|
|
|
"node-dir": "^0.1.17",
|
2022-07-18 23:53:17 +03:00
|
|
|
"node-emoji": "^1.11.0",
|
2022-07-17 16:13:44 +03:00
|
|
|
"object-diffy": "^1.0.4",
|
2023-06-25 15:41:07 +03:00
|
|
|
"prisma": "^4.16.1",
|
2023-05-27 00:28:12 +03:00
|
|
|
"semver": "^7.5.1",
|
2023-06-25 15:41:07 +03:00
|
|
|
"short-unique-id": "^4.4.4",
|
2023-05-29 18:50:13 +03:00
|
|
|
"spacetime": "^7.4.4",
|
2022-05-05 23:29:28 +03:00
|
|
|
"terminal-link": "^2.1.1",
|
2022-03-18 18:27:32 +02:00
|
|
|
"yaml": "^1.10.2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-27 00:28:12 +03:00
|
|
|
"@commitlint/cli": "^17.6.3",
|
|
|
|
"@commitlint/config-conventional": "^17.6.3",
|
2023-05-29 18:50:13 +03:00
|
|
|
"all-contributors-cli": "^6.26.0",
|
2023-02-13 18:42:35 +02:00
|
|
|
"conventional-changelog-cli": "^2.2.2",
|
2023-05-27 00:28:12 +03:00
|
|
|
"eslint": "^8.41.0",
|
2022-03-22 01:28:20 +02:00
|
|
|
"eslint-plugin-unused-imports": "^2.0.0",
|
2023-02-13 16:29:01 +02:00
|
|
|
"husky": "^8.0.3",
|
2023-05-27 00:28:12 +03:00
|
|
|
"lint-staged": "^13.2.2",
|
|
|
|
"nodemon": "^2.0.22"
|
2022-10-09 19:04:43 +03:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2022-10-18 16:58:30 +03:00
|
|
|
"bufferutil": "^4.0.7",
|
2022-10-09 19:04:43 +03:00
|
|
|
"erlpack": "github:discord/erlpack",
|
2022-10-18 16:58:30 +03:00
|
|
|
"utf-8-validate": "^5.0.10",
|
2023-02-02 18:11:10 +02:00
|
|
|
"zlib-sync": "^0.1.8"
|
2022-03-18 18:27:32 +02:00
|
|
|
}
|
2023-02-13 17:07:35 +02:00
|
|
|
}
|