-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
{
"name": "userscripts",
"private": true,
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalog": {
"@astrojs/cloudflare": "^13.0.0-beta.6",
"@astrojs/solid-js": "^6.0.0-beta.2",
"@better-auth/cli": "^1.4.18",
"@better-auth/passkey": "^1.4.18",
"@tailwindcss/vite": "^4.1.18",
"astro": "^6.0.0-beta.10",
"better-auth": "^1.4.18",
"drizzle-orm": "^0.45.1",
"elysia": "^1.4.24",
"rolldown": "1.0.0-rc.3",
"solid-js": "^1.9.11",
"tailwindcss": "^4.1.18",
"tsdown": "^0.20.3",
"wrangler": "^4.64.0",
"zod": "^4.3.6"
}
},
"scripts": {
"lint": "biome lint",
"format": "biome check --write --linter-enabled=false",
"build:app": "bun run --cwd ./apps/registry build",
"build:cli": "bun run --cwd ./packages/usts build",
"build": "bun run build:cli",
"test": "bun run --cwd ./packages/usts test"
},
"devDependencies": {
"@biomejs/biome": "2.3.14"
},
"overrides": {
"esbuild": "^0.27.2"
}
}