-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 808 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 808 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
{
"name": "git-commit-analyzer",
"version": "1.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "pnpm clean && tsc -p tsconfig.json",
"clean": "shx rm -fr ./dist",
"import": "node dist/scripts/import.js",
"start": "node dist/server.js"
},
"dependencies": {
"@langchain/core": "0.3.36",
"@langchain/ollama": "0.1.5",
"@langchain/qdrant": "0.1.1",
"async": "3.2.6",
"debug": "4.4.0",
"fastify": "5.2.1",
"langchain": "0.3.14",
"simple-git": "3.27.0",
"yargs": "17.7.2"
},
"devDependencies": {
"@types/async": "3.2.24",
"@types/debug": "4.1.12",
"@types/node": "22.12.0",
"@types/yargs": "17.0.33",
"prettier": "3.4.2",
"shx": "0.3.4",
"typescript": "5.7.3"
},
"packageManager": "pnpm@9.15.4"
}