-
Notifications
You must be signed in to change notification settings - Fork 183
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 811 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 811 Bytes
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
{
"name": "sie-typescript-monorepo",
"private": true,
"scripts": {
"build": "pnpm -r run build",
"test": "pnpm -r run test",
"typecheck": "pnpm -r run typecheck",
"lint": "pnpm -r run lint"
},
"devDependencies": {
"typescript": "^5.9.3"
},
"packageManager": "pnpm@9.15.0",
"workspaces": [
"packages/sie_ts_sdk",
"integrations/sie_ts_langchain",
"integrations/sie_ts_llamaindex",
"integrations/sie_ts_chroma",
"integrations/sie_ts_lancedb"
],
"pnpm": {
"overrides": {
"esbuild": ">=0.25.0",
"form-data": ">=4.0.4",
"langsmith": ">=0.6.0",
"protobufjs": ">=7.5.8",
"qs": ">=6.15.2",
"tar": ">=7.5.11",
"uuid": ">=11.1.1",
"vite": "^6.4.2",
"vitest": "^4.1.0",
"ws": ">=8.20.1"
}
}
}