-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 999 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 999 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
36
37
{
"name": "@systemfsoftware/llama-index",
"private": true,
"type": "module",
"license": "MIT",
"scripts": {
"clean": "turbo clean",
"build": "turbo build",
"test": "vitest",
"format": "dprint fmt",
"format:check": "dprint check"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@devoxa/integresql-client": "^2.0.0",
"@effect/vitest": "^0.9.3",
"@total-typescript/tsconfig": "^1.0.4",
"dotenv": "^16.4.5",
"dprint": "^0.47.2",
"rimraf": "^6.0.1",
"tshy": "^3.0.2",
"tsx": "^4.19.1",
"turbo": "^2.1.3",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.1.2"
},
"packageManager": "pnpm@9.12.0+sha512.4abf725084d7bcbafbd728bfc7bee61f2f791f977fd87542b3579dcb23504d170d46337945e4c66485cd12d588a0c0e570ed9c477e7ccdd8507cf05f3f92eaca",
"pnpm": {
"overrides": {
"vite": "5.4.3"
},
"patchedDependencies": {
"pgvector@0.2.0": "patches/pgvector@0.2.0.patch"
}
}
}