-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 977 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 977 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
38
{
"name": "skillnavigator-api",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@langchain/community": "^0.3.41",
"@langchain/core": "^0.3.46",
"@langchain/openai": "^0.5.6",
"@langchain/qdrant": "^0.1.2",
"@llm-tools/embedjs": "^0.1.28",
"@llm-tools/embedjs-loader-web": "^0.1.28",
"@llm-tools/embedjs-openai": "^0.1.28",
"@llm-tools/embedjs-qdrant": "^0.1.28",
"body-parser": "^1.20.2",
"config": "^3.3.11",
"csv-parser": "^3.2.0",
"dotenv": "^16.5.0",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"express-basic-auth": "^1.2.1",
"knex": "^3.1.0",
"langchain": "^0.3.23",
"languagedetect": "^2.0.0",
"mysql": "^2.18.1",
"p-limit": "^6.2.0",
"zod": "^3.22.4"
}
}