-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.16 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
{
"name": "xibecode-monorepo",
"private": true,
"version": "1.17.4",
"description": "XibeCode monorepo - AI-powered autonomous coding assistant",
"type": "module",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"test": "turbo run test",
"lint": "turbo run lint",
"clean": "turbo run clean",
"sync-version": "node scripts/sync-version.mjs"
},
"devDependencies": {
"playwright": "^1.59.1",
"turbo": "^2.5.0",
"typescript": "^5.3.3",
"vitest": "^3.2.6"
},
"pnpm": {
"overrides": {
"xibecode-core": "workspace:*",
"@modelcontextprotocol/sdk>hono": "4.12.4",
"@modelcontextprotocol/sdk>@hono/node-server": "1.19.10",
"@modelcontextprotocol/sdk>express-rate-limit": "8.2.2",
"path-to-regexp": "8.4.0",
"@ts-morph/common>minimatch": "10.2.3",
"vitest>picomatch": "4.0.4",
"micromatch>picomatch": "2.3.2",
"tinyglobby>picomatch": "4.0.4",
"fast-uri": "3.1.2",
"axios": ">=1.16.0",
"ws": ">=8.21.0",
"shell-quote": ">=1.8.4",
"tar": ">=7.5.19"
}
},
"packageManager": "pnpm@9.15.0",
"engines": {
"node": ">=18.0.0"
}
}