-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 828 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 828 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
{
"name": "weft-monorepo",
"private": true,
"packageManager": "pnpm@10.0.0",
"scripts": {
"build": "turbo run build",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"format": "turbo run format",
"format:check": "turbo run format:check",
"check": "turbo run test lint format:check typecheck build",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "changeset publish"
},
"devDependencies": {
"@types/node": "25.3.5",
"@typescript/native-preview": "7.0.0-dev.20260309.1",
"bumpp": "10.4.1",
"@changesets/cli": "2.30.0",
"@biomejs/biome": "2.4.6",
"tsdown": "0.21.1",
"typescript": "5.9.3",
"vitest": "4.0.18",
"turbo": "2.8.16"
}
}