-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 905 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@arx/planora-workspace",
"private": true,
"devDependencies": {
"@biomejs/biome": "2.2.0",
"turbo": "^2.7.1"
},
"scripts": {
"dev": "turbo run dev",
"dev:web": "turbo run dev --filter=@arx/planora-hall",
"dev:docs": "turbo run dev --filter=@arx/planora-docs",
"dev:api": "turbo run dev --filter=@arx/gatehouse",
"api:spec:export": "cargo run --bin export_openapi",
"types:generate:file": "turbo run generate:file --filter=@planora/api-types",
"types:generate:file:sync": "pnpm api:spec:export && pnpm types:generate:file",
"types:generate:url": "turbo run generate:url --filter=@planora/api-types",
"infra:up": "turbo run dev --filter=@arx/infra-dev",
"infra:down": "pnpm --filter=@arx/infra-dev run down",
"infra:clean": "pnpm --filter=@arx/infra-dev run clean",
"format": "biome format --write",
"lint": "biome check"
},
"packageManager": "pnpm@10.28.2"
}