-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.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
32
33
34
35
36
37
38
39
{
"name": "ai-ticket",
"private": true,
"type": "module",
"scripts": {
"postinstall": "lefthook install",
"dev": "pnpm -r dev",
"build": "pnpm -r build",
"start": "pnpm -r start",
"test": "pnpm -r test",
"clean": "pnpm -r clean",
"check": "pnpm check:ts && pnpm check:py",
"check:ts": "biome check --write --unsafe",
"check:py": "pnpm --filter @ai-ticket/orchestrator check",
"db:schema": "pnpm --filter @ai-ticket/db db:generate && pnpm --filter @ai-ticket/db db:export"
},
"devDependencies": {
"@biomejs/biome": "2.4.14",
"@commitlint/cli": "^20.5.3",
"@commitlint/config-conventional": "^20.5.3",
"lefthook": "^2.1.6"
},
"engines": {
"node": ">=24.0.0",
"pnpm": ">=10.0.0"
},
"pnpm": {
"overrides": {
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3"
},
"onlyBuiltDependencies": [
"esbuild",
"lefthook",
"msw"
]
},
"packageManager": "[email protected]+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319"
}