-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.23 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "brothenticator",
"private": true,
"type": "module",
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"hono": "^4.8.2",
"@trpc/server": "^11.5.0",
"better-auth": "^1.3.28",
"dotenv": "^17.2.2",
"zod": "^4.1.11",
"typescript": "^5.9.2",
"tsdown": "^0.15.5",
"@trpc/client": "^11.5.0"
}
},
"scripts": {
"check": "biome check --write .",
"dev": "turbo dev",
"build": "turbo build",
"check-types": "turbo check-types",
"dev:native": "turbo -F native dev",
"dev:web": "turbo -F web dev",
"dev:server": "turbo -F server dev",
"db:push": "turbo -F @brothenticator/db db:push",
"db:studio": "turbo -F @brothenticator/db db:studio",
"db:generate": "turbo -F @brothenticator/db db:generate",
"db:migrate": "turbo -F @brothenticator/db db:migrate"
},
"dependencies": {
"@expo/cli": "^54.0.14",
"dotenv": "^17.2.2",
"html5-qrcode": "^2.3.8",
"lucide-react": "^0.548.0",
"otpauth": "^9.4.1",
"zod": "^4.1.11"
},
"devDependencies": {
"turbo": "^2.5.4",
"@biomejs/biome": "^2.2.0",
"tsdown": "^0.15.5",
"@types/bun": "^1.2.6"
},
"packageManager": "bun@1.2.23"
}