-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.11 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
{
"name": "ai-support-engineer",
"version": "0.1.0",
"private": true,
"description": "Agentic support system - chat UI, docs RAG, code investigation, ticket/PR flow",
"type": "module",
"engines": {
"node": ">=22"
},
"scripts": {
"dev": "./scripts/dev.sh",
"build": "pnpm --filter @ai-support/shared build && pnpm --filter @ai-support/api build && pnpm --filter @ai-support/widget build && pnpm --filter @ai-support/dashboard build",
"test": "pnpm -r test",
"lint": "biome check apps packages",
"format": "biome format --write apps packages",
"typecheck": "pnpm -r typecheck",
"prepare": "husky"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"concurrently": "^9.1.0",
"husky": "^9.1.7",
"typescript": "^5.6.3"
},
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"pnpm": {
"onlyBuiltDependencies": [
"@biomejs/biome",
"better-sqlite3",
"esbuild",
"onnxruntime-node",
"protobufjs",
"sharp"
]
}
}