feat(platform): add Discord onboarding and Velocity gate
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "@minecraft-account-manager/network",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"exports": { ".": "./src/index.ts" },
|
||||
"scripts": { "test": "vitest run", "typecheck": "tsc --noEmit" },
|
||||
"devDependencies": { "@types/node": "^25.0.3", "typescript": "^5.9.3", "vitest": "^4.1.0" }
|
||||
}
|
||||
Reference in New Issue
Block a user