-
Notifications
You must be signed in to change notification settings - Fork 371
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1 KB
/
package.json
File metadata and controls
31 lines (31 loc) · 1 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
{
"name": "cloudburn-monorepo",
"private": true,
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"prepare": "husky",
"typecheck": "turbo run typecheck",
"test": "turbo run test",
"lint": "turbo run lint",
"lint:fix": "turbo run lint:fix",
"clean": "turbo run clean",
"verify": "pnpm lint && pnpm typecheck && pnpm test",
"changeset": "changeset",
"changeset:version": "changeset version",
"release": "pnpm verify && turbo run build --force && changeset publish",
"depupdate": "corepack up && pnpm update --latest"
},
"devDependencies": {
"@biomejs/biome": "catalog:",
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"husky": "^9.1.7",
"turbo": "^2.8.15",
"typescript": "catalog:"
},
"engines": {
"node": ">=24.0.0"
},
"packageManager": "pnpm@10.32.0+sha512.9b2634bb3fed5601c33633f2d92593f506270a3963b8c51d2b2d6a828da615ce4e9deebef9614ccebbc13ac8d3c0f9c9ccceb583c69c8578436fa477dbb20d70"
}