-
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.02 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.02 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
{
"name": "logixlysia-monorepo",
"description": "🦊 Logixlysia is a logger for Elysia",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo test",
"test:coverage": "turbo test:coverage",
"lint": "ultracite check",
"format": "ultracite fix",
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:publish": "bun build && changeset publish",
"bump-deps": "bunx npm-check-updates --deep -u -x recharts -x react-resizable-panels && bun install",
"bump-ui": "cd apps/docs && bunx --bun shadcn add --all --overwrite && bunx --bun shadcn migrate --yes radix",
"clean": "git clean -xdf .turbo node_modules",
"typecheck": "turbo run typecheck"
},
"devDependencies": {
"@biomejs/biome": "2.4.10",
"@changesets/cli": "^2.30.0",
"turbo": "^2.9.3",
"typescript": "6.0.2",
"ultracite": "7.4.2"
},
"engines": {
"node": ">=24"
},
"packageManager": "bun@1.3.8",
"workspaces": [
"apps/*",
"packages/*"
]
}