-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) 路 770 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) 路 770 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
25
26
27
28
29
30
{
"name": "og-tester-monorepo",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"type": "module",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"typecheck": "turbo typecheck",
"lint": "ultracite check",
"format": "ultracite fix",
"changeset": "changeset",
"changeset:version": "changeset version",
"changeset:release": "turbo run build --filter=og-tester && changeset publish",
"doctor": "react-doctor"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@typescript/native-preview": "^7.0.0-dev.20260601.1",
"oxfmt": "^0.53.0",
"oxlint": "^1.68.0",
"react-doctor": "^0.5.8",
"turbo": "^2.6.0",
"ultracite": "^7.8.1"
},
"packageManager": "bun@1.3.14"
}