forked from codegouvfr/catalogi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.29 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.29 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
{
"name": "sill",
"version": "1.54.5",
"license": "MIT",
"private": true,
"scripts": {
"dev": "turbo dev",
"dev:db:down": "turbo dev:db:down",
"dev:db:mig:up": "turbo dev:db:mig:up",
"dev:db:mig:down": "turbo dev:db:mig:down",
"dev:db:up": "turbo dev:db:up",
"dev:db:reset": "turbo dev:db:reset",
"build": "turbo build",
"job:import": "turbo job:import",
"job:update": "turbo job:update",
"job:import-from-inner-identifiers": "turbo job:import-from-inner-identifiers",
"typecheck": "turbo typecheck",
"test": "turbo test",
"test:e2e": "pnpm --filter e2e test:e2e",
"test:e2e:ui": "pnpm --filter e2e test:e2e:ui",
"test:e2e:headed": "pnpm --filter e2e test:e2e:headed",
"format": "turbo format",
"format:check": "turbo format:check",
"fullcheck": "turbo typecheck format:check lint test",
"turbo": "turbo",
"sync-helm-charts": "node scripts/sync-helm-app-version.js",
"bump-helm-chart-version": "node scripts/bump-helm-chart-version.js"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.0",
"js-yaml": "^4.1.0",
"lefthook": "^1.10.10",
"turbo": "^1.12.5"
},
"packageManager": "pnpm@10.32.1",
"engines": {
"node": ">=24"
},
"dependencies": {}
}