-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.28 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": "vazen",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"build": "turbo build",
"clean": "turbo clean && rimraf .fallow .turbo node_modules",
"dev": "turbo dev",
"docker:clean": "docker compose down -v",
"docker:down": "docker compose down",
"docker:up": "docker compose up -d",
"docs:build": "turbo build -F docs...",
"docs:dev": "turbo dev -F docs...",
"e2e": "turbo e2e",
"fallow": "fallow",
"fallow:dead": "fallow dead-code --format human",
"fallow:dupes": "fallow dupes --format human",
"fallow:health": "fallow health --format human",
"fmt": "oxfmt",
"lint": "turbo lint",
"secrets:scan": "infisical scan",
"typecheck": "turbo typecheck",
"web:build": "turbo build -F web...",
"web:dev": "turbo dev -F web...",
"web:e2e": "turbo e2e -F @e2e/web"
},
"devDependencies": {
"@commitlint/cli": "^20.5.3",
"@commitlint/config-conventional": "^20.5.3",
"@infisical/cli": "^0.43.89",
"@types/node": "catalog:",
"fallow": "^2.84.0",
"lefthook": "^2.1.9",
"oxfmt": "^0.52.0",
"portless": "^0.13.1",
"rimraf": "^6.1.3",
"turbo": "^2.9.16",
"typescript": "catalog:"
},
"engines": {
"node": ">=22.22.3"
},
"packageManager": "pnpm@10.34.1"
}