-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.43 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
35
36
37
38
39
40
41
42
43
44
45
{
"name": "@acme/monorepo",
"private": true,
"scripts": {
"build": "turbo run build",
"clean": "git clean -xdf node_modules",
"clean:workspaces": "turbo run clean",
"db:deploy": "turbo -F @acme/db migrate:deploy",
"db:migrate": "turbo -F @acme/db migrate:dev",
"db:push": "turbo -F @acme/db push",
"db:studio": "turbo -F @acme/db studio",
"dev": "turbo watch dev --continue",
"dev:next": "turbo watch dev -F @acme/web...",
"format": "turbo run format --continue -- --check",
"format:fix": "turbo run format --continue -- --write",
"lint": "turbo run lint --continue",
"lint:fix": "turbo run lint --continue -- --fix",
"lint:ws": "pnpm exec sherif",
"test": "turbo run test",
"test:ci": "turbo run test:ci",
"typecheck": "turbo run typecheck",
"vercel-build": "turbo run vercel-build"
},
"devDependencies": {
"@turbo/gen": "^2.10.5",
"@vitest/coverage-v8": "catalog:vitest",
"oxfmt": "catalog:",
"sherif": "catalog:",
"turbo": "^2.10.5",
"typescript": "catalog:",
"vitest": "catalog:vitest"
},
"devEngines": {
"runtime": {
"name": "node",
"version": "24.13.0",
"onFail": "download"
}
},
"engines": {
"node": ">=24.13.0",
"pnpm": ">=11.0.0"
},
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee"
}