Add auth test

This commit is contained in:
daydreamer-json
2026-01-23 02:40:37 +09:00
parent 070627b522
commit 11f2e256c3
13 changed files with 616 additions and 15 deletions

View File

@@ -16,6 +16,7 @@
"start": "bun x biome format --write src && bun x oxfmt && bun src/main.ts"
},
"dependencies": {
"@types/prompts": "^2.4.9",
"chalk": "^5.6.2",
"cli-table3": "^0.6.5",
"deepmerge": "^4.3.1",
@@ -24,6 +25,7 @@
"luxon": "^3.7.2",
"ora": "^9.1.0",
"p-queue": "^9.1.0",
"prompts": "^2.4.2",
"qs": "^6.14.1",
"semver": "^7.7.3",
"uuid": "^13.0.0",