feat(platform): add Discord onboarding and Velocity gate

This commit is contained in:
dmg
2026-08-01 13:45:18 -04:00
parent 9d305e5dc9
commit c5de0a1810
80 changed files with 4840 additions and 1572 deletions
+9 -1
View File
@@ -4,13 +4,21 @@
"private": true,
"type": "module",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "tsx src/index.ts",
"commands:deploy": "tsx src/deploy-commands.ts",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@minecraft-account-manager/auth": "*",
"@minecraft-account-manager/contracts": "*",
"discord.js": "^14.25.1"
"@minecraft-account-manager/database": "*",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"drizzle-orm": "^0.45.1"
},
"devDependencies": {
"tsx": "^4.21.0",
"typescript": "^5.9.3"
}
}