mirror of
https://github.com/qwerinope/qweribot.git
synced 2025-12-18 21:11:39 +01:00
small refactor and small lootbox rebalance SMILERS
This commit is contained in:
@@ -9,6 +9,8 @@
|
||||
"scripts": {
|
||||
"start": "NODE_ENV=production bun src/index.ts",
|
||||
"start-dev": "NODE_ENV=development bun src/index.ts",
|
||||
"start-discord": "NODE_ENV=production bun src/discord/index.ts",
|
||||
"start-dev-discord": "NODE_ENV=development bun src/discord/index.ts",
|
||||
"migrate": "drizzle-kit push --config=drizzle-prod.config.ts",
|
||||
"migrate-dev": "drizzle-kit push --config=drizzle-dev.config.ts",
|
||||
"studio": "drizzle-kit studio --config=drizzle-prod.config.ts",
|
||||
@@ -21,8 +23,10 @@
|
||||
"type": "module",
|
||||
"dependencies": {
|
||||
"@fontsource/jersey-15": "^5.2.8",
|
||||
"@twurple/api": "7.4.0",
|
||||
"@twurple/auth": "^7.4.0",
|
||||
"@twurple/eventsub-ws": "^7.4.0",
|
||||
"discord.js": "^14.24.0",
|
||||
"drizzle-orm": "^0.44.6",
|
||||
"kleur": "^4.1.5"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user