-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.28 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
50
51
52
{
"name": "userscripts",
"private": true,
"workspaces": {
"packages": [
"apps/*",
"packages/*"
],
"catalogs": {
"cli": {
"rolldown": "^1.0.1",
"zod": "^4.4.3"
},
"dev": {
"tsdown": "0.22.0",
"wrangler": "4.92.0"
},
"registry": {
"@astrojs/cloudflare": "13.5.1",
"@astrojs/solid-js": "6.0.1",
"@tailwindcss/vite": "4.3.0",
"astro": "6.3.3",
"solid-js": "1.9.13",
"tailwindcss": "4.3.0"
}
}
},
"scripts": {
"lint": "biome check",
"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.4.16",
"@gameroman/config": "0.1.0"
},
"overrides": {
"@babel/generator": "8.0.0-rc.6",
"@babel/parser": "8.0.0-rc.6",
"@babel/core": "8.0.0-rc.6",
"@babel/types": "8.0.0-rc.6",
"@babel/traverse": "8.0.0-rc.6",
"@babel/helper-validator-identifier": "8.0.0-rc.6",
"esbuild": "0.28.1",
"get-tsconfig": "5.0.0-beta.5",
"is-docker": "4.0.0",
"unstorage": "2.0.0-alpha.7"
}
}